X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitlab-ci.yml;h=8deb0769484931b23f8acf6bd959f666c68a6821;hb=0ceadb3578bf8197308d803446eaaefc01830e08;hp=e3851d080a70dff898e46c5d34b904a8e0c5903c;hpb=1d05f9bbea70af55ba23679d2db177aefb21f2e7;p=github%2FChocobozzz%2FPeerTube.git 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: - name: rroemhild/test-openldap alias: ldap variables: - PGHOST: postgres - PGUSER: peertube POSTGRES_USER: peertube - POSTGRES_PASSWORD: peertube POSTGRES_HOST_AUTH_METHOD: trust REDIS_HOST: redis artifacts: @@ -176,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"