chore(gitlab-ci): work around service related dns bug

https://gitlab.com/gitlab-org/gitlab-runner/issues/2229
This commit is contained in:
Gregor Kleen 2019-11-13 10:13:33 +01:00
parent a146cdddf0
commit dceb026be1

View File

@ -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