From e8483d2d6b154730aea80acfd62468c42a25dfee Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Mon, 4 Sep 2023 22:06:28 +1000 Subject: [PATCH] woops, forgot to include the port --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85698b5..90230e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ postgres-service: POSTGRES_PASSWORD: password POSTGRES_DB: newsletter POSTGRES_HOST: postgres + POSTGRES_PORT: 5432 script: - SKIP_DOCKER=true ./scripts/init_db.sh # Migrate DB