Fix gitlab ci external tests

pull/2737/head
Chocobozzz 2020-05-06 08:54:07 +02:00
parent ceba0e65d4
commit 96d8d16e41
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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"