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
|
||||
script:
|
||||
- export PGHOST=postgres
|
||||
- stack test --coverage --fast --flag uniworx:-library-only --flag uniworx:dev --flag uniworx:pedantic --skip hlint
|
||||
needs:
|
||||
- frontend:build
|
||||
@ -198,7 +197,6 @@ yesod:test:
|
||||
|
||||
stage: test
|
||||
script:
|
||||
- export PGHOST=postgres
|
||||
- stack test --coverage --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --skip hlint
|
||||
needs:
|
||||
- frontend:build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user