remove parallel mode in tests job
This commit is contained in:
parent
a10ce3e472
commit
57b894905a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ tests:
|
|||
stage: test
|
||||
script:
|
||||
- apk add --no-cache libstdc++
|
||||
- coverage run --source matrix_alertbot --parallel-mode -m pytest --junitxml=report.xml
|
||||
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
|
||||
- coverage report --precision 2
|
||||
- coverage xml -o coverage.xml
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue