diff options
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
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: | |||
160 | - name: rroemhild/test-openldap | 160 | - name: rroemhild/test-openldap |
161 | alias: ldap | 161 | alias: ldap |
162 | variables: | 162 | variables: |
163 | PGHOST: postgres | 163 | POSTGRES_USER: postgres |
164 | PGUSER: postgres | 164 | POSTGRES_PASSWORD: "" |
165 | POSTGRES_HOST_AUTH_METHOD: trust | ||
165 | REDIS_HOST: redis | 166 | REDIS_HOST: redis |
166 | artifacts: | 167 | artifacts: |
167 | expire_in: 1 day | 168 | expire_in: 1 day |