diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5318c9d9f808ab21df2032eb0c5ed83da82e10ee..f094a6e60b5597a0eaef19bc0d622a17513e6cab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,9 +24,6 @@ test:
     - adduser --disabled-password --gecos "Test User" testuser
   script:
     - sudo -u testuser tox -e py38
-  artifacts:
-    paths:
-      - htmlcov/
 
 lint:
   stage: test