From d687adb3d7156b860d906c42c0787d01bc93c797 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Fri, 3 Jul 2020 10:39:15 -0500 Subject: [PATCH] chore: Set password auth for CI postgres --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80101446..dc00c0e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ image: "elixir:1.10" variables: + POSTGRES_PASSWORD: "postgres" + POSTGRES_USER: "postgres" DATABASE_URL: "postgres" services: