Fix gitlab ci postgresql service
This commit is contained in:
parent
feb34f6b6b
commit
ee8e602ef9
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue