*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Update GitLab CI/CD for tests

Closed Moser, Maximilian requested to merge mm/ci into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -8,7 +8,8 @@ run-tests:
stage: testing
script:
- pip install --upgrade pip pipenv
- pipenv run pip install -e '.[tests]'
- pipenv --rm
- pipenv run pip install -e '.[tests,opensearch2]'
- pipenv run ./run-tests.sh
coverage: /TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
Loading