diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9963031ae642c33b2b2b3e3620ede5143f5f6527..0e7ae6f3ca4a06ea21f774cef2aa6af4f4488273 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,8 +26,11 @@ cov:
     - pip3 install -r requirements-dev.txt
     - coverage run --source='.' runtests.py
     - coverage report
+    - coverage html
   coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
-
+  artifacts:
+    paths:
+    - htmlcov/*
 
 
 upload: