diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9f4e389ffbddb40e49c3c8c4b9009568298bea9..4d179f67c0edb4c72c218250b59bb626938177cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,6 @@
 stages:
   - deploy
 
-cache:
-  paths:
-    - public
-
 pages:
   stage: deploy
   image:
@@ -16,7 +12,7 @@ pages:
     - git -c http.sslVerify=false clone https://gitlab.studip.de/studip/studip.git
     - cd studip
     - doxygen Doxyfile
-    - mv doc/html ../public/main
+    - mv doc/html ../public
   artifacts:
     paths:
       - public