Fix pipelines

This commit is contained in:
Ramon Wenger 2020-06-08 09:03:56 +02:00
parent 1e944f3c1b
commit 06e1b9f3a9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ aliases:
- &lint - &lint
name: lint name: lint
script: script:
- npm install --prefix client
- npm run lint --prefix client - npm run lint --prefix client
- &unittest-python - &unittest-python
name: run python unit tests name: run python unit tests