diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9df6025cec7bfd5c4e389529cccc6524116f33eb..8b956f57a68d77f0d9e917fd7b99a2ae2ebcf2e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,9 +17,9 @@ pages:
   artifacts:
     paths:
       # The directory that contains the built files to be published
-      - public
+      - .output/public
   # The directory that contains the built files to be published
-  publish: public
+  publish: .output/public
   rules:
     # This ensures that only pushes to the default branch
     # will trigger a pages deploy