X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitlab-ci.yml;h=8deb0769484931b23f8acf6bd959f666c68a6821;hb=e00aa3535e89d922128c7849f64e0f827d3fb903;hp=7f142e1299478fcba8952cfe5099e5f03ac68b06;hpb=18e09bbb6bcc6f1c11f6e1da358398e61d7a06b3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f142e129..8deb07694 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"