aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3851d080..8deb07694 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,10 +160,7 @@ 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
164 PGUSER: peertube
165 POSTGRES_USER: peertube 163 POSTGRES_USER: peertube
166 POSTGRES_PASSWORD: peertube
167 POSTGRES_HOST_AUTH_METHOD: trust 164 POSTGRES_HOST_AUTH_METHOD: trust
168 REDIS_HOST: redis 165 REDIS_HOST: redis
169 artifacts: 166 artifacts:
@@ -176,4 +173,4 @@ test-external-plugins:
176 - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' 173 - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml'
177 - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache 174 - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
178 script: 175 script:
179 - npm run ci -- "external-plugins" 176 - PGHOST=postgres PGUSER=peertube npm run ci -- "external-plugins"