diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e78407..d829eaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,4 @@ stages: test: stage: test script: - - pytest tests --cov --cov-report term --cov-report html \ No newline at end of file + - pytest tests \ No newline at end of file