X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=7f142e1299478fcba8952cfe5099e5f03ac68b06;hb=e6654708c1d6ff029948bc9802f46a492a57ea1e;hp=29773241bd0585be5158f8304da41304dac8d783;hpb=ee8e602ef9761b4869e14d4d3ed24a2e18f22c65;p=oweals%2Fpeertube.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29773241b..7f142e129 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,8 +160,8 @@ test-external-plugins: - name: rroemhild/test-openldap alias: ldap variables: - POSTGRES_USER: postgres - POSTGRES_PASSWORD: "" + POSTGRES_USER: peertube + POSTGRES_PASSWORD: "peertube" POSTGRES_HOST_AUTH_METHOD: trust REDIS_HOST: redis artifacts: @@ -172,7 +172,6 @@ test-external-plugins: before_script: - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' - - psql -c "create user peertube with password 'peertube';" - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache script: - npm run ci -- "external-plugins"