diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d15fceae5b9daaaeca575505704a1f05f483c3e..c9164e8ab4ba7603cbe2f4aaaf61af16b0e59054 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,11 +15,10 @@ default:
     reports:
       coverage_report:
         coverage_format: cobertura
-        path: coverage/cobertura-coverage.xml
+        path: coverage.xml
     paths:
       - logs/execution.log
       - dist/*
-      - public # Sphinx autodoc.
 
   after_script: # Global `after_script`.
     - tree -I 'ipp-env' # Print directory structure, but exclude virtual environment directory.