From dceb026be1cecaedfd740e540088f783b48cb808 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Nov 2019 10:13:33 +0100 Subject: [PATCH] chore(gitlab-ci): work around service related dns bug https://gitlab.com/gitlab-org/gitlab-runner/issues/2229 --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dd8ee06e..0aa6d6270 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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