diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5215496..d702457 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,9 +60,7 @@ tests: stage: test script: - apk add --no-cache libstdc++ - - coverage run --source matrix_alertbot -m pytest --junitxml=report.xml - - coverage report --precision 2 - - coverage xml -o coverage.xml + - pytest cache: policy: pull artifacts: