diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a27054f162772fd64bd42a6edb746c1e8d7f435f..6b5f44c3e03b1d32672083e3275dc7f7878d5b08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,9 +13,9 @@ pages:
   #   - main
   script:
     - NUXT_APP_BASE_URL=/wiki/ npm run generate
-    # - rm -rf public
-    # - mv .output/public public
+    - rm -rf public
+    - mv .output/public public
   artifacts:
     paths:
       # The folder that contains the files to be exposed at the Page URL
-      - .output/public
+      - public