chore(gitlab-ci): work around service related dns bug
https://gitlab.com/gitlab-org/gitlab-runner/issues/2229
This commit is contained in:
parent
a146cdddf0
commit
dceb026be1
@ -155,7 +155,6 @@ yesod:test:dev:
|
|||||||
|
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- export PGHOST=postgres
|
|
||||||
- stack test --coverage --fast --flag uniworx:-library-only --flag uniworx:dev --flag uniworx:pedantic --skip hlint
|
- stack test --coverage --fast --flag uniworx:-library-only --flag uniworx:dev --flag uniworx:pedantic --skip hlint
|
||||||
needs:
|
needs:
|
||||||
- frontend:build
|
- frontend:build
|
||||||
@ -198,7 +197,6 @@ yesod:test:
|
|||||||
|
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- export PGHOST=postgres
|
|
||||||
- stack test --coverage --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --skip hlint
|
- stack test --coverage --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --skip hlint
|
||||||
needs:
|
needs:
|
||||||
- frontend:build
|
- frontend:build
|
||||||
|
|||||||
Reference in New Issue
Block a user