Translated using Weblate (Swedish)
[oweals/peertube.git] / .gitlab-ci.yml
index 7f142e1299478fcba8952cfe5099e5f03ac68b06..8deb0769484931b23f8acf6bd959f666c68a6821 100644 (file)
@@ -161,7 +161,6 @@ test-external-plugins:
       alias: ldap
   variables:
     POSTGRES_USER: peertube
-    POSTGRES_PASSWORD: "peertube"
     POSTGRES_HOST_AUTH_METHOD: trust
     REDIS_HOST: redis
   artifacts:
@@ -174,4 +173,4 @@ test-external-plugins:
     - 'sed -i -z "s/redis:\n  hostname: ''localhost''/redis:\n  hostname: ''redis''/" config/test.yaml'
     - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
   script:
-    - npm run ci -- "external-plugins"
+    - PGHOST=postgres PGUSER=peertube npm run ci -- "external-plugins"