diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4f96b9649db114aaf77c23d209ac91f7eaa207e..80b89166de7f8a03087e4b141b7e0efccfc32171 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ pages:
     - yarn install --frozen-lockfile
   script:
     - yarn build
-    #- mv dist public #Ensure the output directory is renamed to public
+    - mv dist public #Ensure the output directory is renamed to public
   artifacts:
     paths:
       - public