From: Chocobozzz Date: Wed, 6 May 2020 06:54:07 +0000 (+0200) Subject: Fix gitlab ci external tests X-Git-Tag: v2.2.0-rc.1~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=96d8d16e41d68ae14cf4f0112d9b71ac028cff62;p=oweals%2Fpeertube.git Fix gitlab ci external tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 318f7dfee..4f76baa5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,7 +171,7 @@ 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';"; fi + - psql -c "create user peertube with password 'peertube';" - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache script: - npm run ci -- "external-plugins"