From eafbffce25ff06122cc733231ed52a106834360b Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 8 Jun 2020 20:59:48 -0400 Subject: [PATCH] add postgres password to env --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd9e254..78ce027 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ variables: CI_PROJECT_DIR: "." CI_REGISTRY_IMAGE: hub.ducoterra.net/ducoterra/button DEPLOY: button + POSTGRES_PASSWORD: postgres stages: - build @@ -24,6 +25,7 @@ test: only: variables: - $CI_COMMIT_TAG + - POSTGRES_PASSWORD services: - name: postgres:12 alias: postgres