Fix gitlab ci postgresql service

This commit is contained in:
Chocobozzz 2020-05-07 09:59:53 +02:00
parent feb34f6b6b
commit ee8e602ef9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 2 deletions

View File

@ -160,8 +160,9 @@ test-external-plugins:
- name: rroemhild/test-openldap - name: rroemhild/test-openldap
alias: ldap alias: ldap
variables: variables:
PGHOST: postgres POSTGRES_USER: postgres
PGUSER: postgres POSTGRES_PASSWORD: ""
POSTGRES_HOST_AUTH_METHOD: trust
REDIS_HOST: redis REDIS_HOST: redis
artifacts: artifacts:
expire_in: 1 day expire_in: 1 day