Update .gitlab-ci.yml

This commit is contained in:
stalbe_j
2023-01-24 09:11:43 +00:00
parent 6a570985ee
commit 7ef479ecb8

View File

@ -14,7 +14,7 @@ tests:
- python -m unittest discover -f ./tests
- coverage run --source=./live_display -m unittest discover -f ./tests
- coverage run --source=./grum -m unittest discover -f ./tests
- coverage report
- coverage xml