diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90cd721ac044b858d794815ae8c09161b69e8a4a..4df2e3105e89fe9ffd59d0942ae29eecd82d3e8e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ test:
     -  pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage 
   artifacts:
     paths:
-      - coverage.xml # Save the coverage report
+      - htmlcov # Save the coverage report
     expire_in: 12 month  # Optional: Set how long to keep the artifacts (default: 30 days)
   coverage: '/^TOTAL.*\s+(\d+\%)$/'