diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f80f4e9a3ede567b00e1e4c14fd50c596acde05d..7c6f68bab9c4c4f708a49c6fd16a3b1231b6da2b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ pages:
     - mv .public public
     - find public/ -name '.*' -exec rm -r {} \;
     - apt-get update -qq; apt-get install --reinstall -y libexpat1 #this is a workaround for some strange bug where libexpat is missing
-    - create-directory-html-index --template simple ./public ./public
+    - create-directory-html-index --template rc3 ./public ./public
   artifacts:
     paths:
       - public