From ee8e602ef9761b4869e14d4d3ed24a2e18f22c65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 May 2020 09:59:53 +0200 Subject: Fix gitlab ci postgresql service --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f76baa5a..29773241b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,8 +160,9 @@ test-external-plugins: - name: rroemhild/test-openldap alias: ldap variables: - PGHOST: postgres - PGUSER: postgres + POSTGRES_USER: postgres + POSTGRES_PASSWORD: "" + POSTGRES_HOST_AUTH_METHOD: trust REDIS_HOST: redis artifacts: expire_in: 1 day -- cgit v1.2.3