aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-06 08:54:07 +0200
committerChocobozzz <me@florianbigard.com>2020-05-06 08:54:07 +0200
commit96d8d16e41d68ae14cf4f0112d9b71ac028cff62 (patch)
treed8774ec15cdb71865cdf82e2673161a432246717
parentceba0e65d4738d3e882fcd4790b6d6963aa82391 (diff)
downloadPeerTube-96d8d16e41d68ae14cf4f0112d9b71ac028cff62.tar.gz
PeerTube-96d8d16e41d68ae14cf4f0112d9b71ac028cff62.tar.zst
PeerTube-96d8d16e41d68ae14cf4f0112d9b71ac028cff62.zip
Fix gitlab ci external tests
-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"