diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15763ecc7743a254ffaf6d2d4279a12e00a9e5f6..90cd721ac044b858d794815ae8c09161b69e8a4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ test: - docker script: # - python -m pytest # Run the tests - - pytest --cov=fxdgm --cov-report=xml --cov-report=term-missing tests/ # Run the tests and store coverage + - pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage artifacts: paths: - coverage.xml # Save the coverage report