diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-07 09:59:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-07 10:00:08 +0200 |
commit | ee8e602ef9761b4869e14d4d3ed24a2e18f22c65 (patch) | |
tree | 96369bb1be7a16f538812177a15ef954fa596839 /.gitlab-ci.yml | |
parent | feb34f6b6b991046aab6a10df747b48fa4da07a7 (diff) | |
download | PeerTube-ee8e602ef9761b4869e14d4d3ed24a2e18f22c65.tar.gz PeerTube-ee8e602ef9761b4869e14d4d3ed24a2e18f22c65.tar.zst PeerTube-ee8e602ef9761b4869e14d4d3ed24a2e18f22c65.zip |
Fix gitlab ci postgresql service
Diffstat (limited to '.gitlab-ci.yml')
-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 |