From a2c6c48af6bc776b20c6449c365f6e32af2fe031 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 11 Nov 2019 15:22:39 +0100 Subject: [PATCH] chore(gitlab ci): don't expose PGHOST to postgres container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbed5940c..7a5fff21e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,6 @@ variables: POSTGRES_DB: uniworx_test POSTGRES_USER: uniworx POSTGRES_PASSWORD: uniworx - PGHOST: postgres stages: - setup @@ -185,6 +184,7 @@ 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