diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b428ddd..6d635ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,9 @@ tests: - apt-get update - apt-get install -y ffmpeg libnss3 libxcomposite1 libxtst6 - - python -m unittest discover -f ./tests - - coverage run --source=./grum -m unittest discover -f ./tests +# - python -m unittest discover -f ./tests +# - coverage run --source=./grum -m unittest discover -f ./tests + - coverage run --source=./grum -m pytest ./tests - coverage report - coverage xml