diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d926063..97195ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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