aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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:
171 before_script: 171 before_script:
172 - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' 172 - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml'
173 - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' 173 - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml'
174 - psql -c "create user peertube with password 'peertube';"; fi 174 - psql -c "create user peertube with password 'peertube';"
175 - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache 175 - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
176 script: 176 script:
177 - npm run ci -- "external-plugins" 177 - npm run ci -- "external-plugins"