diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4911b0c944e0ca27978ec01148094fb9cbde3d9c..ab3711c2eb16abb6ac77049d0665d44ac197fa19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,4 +51,7 @@ pages:
   rules:
     - if: '$CI_COMMIT_BRANCH == "master"'
   script:
-    - echo "Publishing to Gitlab pages"
\ No newline at end of file
+    - echo "Publishing to Gitlab pages"
+  artifacts:
+    paths:
+      - public/
\ No newline at end of file