remove parallel mode in tests job

This commit is contained in:
HgO 2022-08-08 22:57:49 +02:00
parent a10ce3e472
commit 57b894905a

View file

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