From 96d8d16e41d68ae14cf4f0112d9b71ac028cff62 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 6 May 2020 08:54:07 +0200 Subject: [PATCH] Fix gitlab ci external tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.41.0