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