diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6293af27e425244a45287e10b7ff2c5e5c3070df..34adbd2d577781b5ef106fe4b9c149007f760229 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,7 @@ pages:
   script:
     # Because Maven appends the artifactId automatically to the staging path if you did define a parent pom,
     # you might need to use `mv target/staging/YOUR_ARTIFACT_ID public` instead.
-    - mv target/staging public
+    - mv target/site public
   dependencies:
     - test:jdk8
   artifacts: