diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d8ce32f48a8f9d1c0f6e049c0b9b108a3648e185..cee771d923d8cd5eb71c9bc387eb68c3f7608f1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -325,12 +325,12 @@ pages:
   stage: deploy
   needs: ["build-documentation"]
   script:
-    # - mv coverage_report html_doc
-    - mv docs/build/html public/dev-nbackend  # folder has to be named "public" for gitlab to publish it
+    - mv docs/build/html public
+    - mv coverage_report public/coverage_report
   artifacts:
     paths:
       - public
   tags:
     - docker
   only:
-    - backend-rework@pycodegen/pystencils
+    - master@pycodegen/pystencils