diff --git a/gitlab-build.sh b/gitlab-build.sh
index 947d07f5481a295e5166d106936d90e2ba2a015d..6f86c0c453cbf9ef25aa51be2b3a4657f8955257 100755
--- a/gitlab-build.sh
+++ b/gitlab-build.sh
@@ -29,9 +29,6 @@ cat <<HERE > public/index.html
   </body>
 </html>
 HERE
-# This is just a temporary to test
-rsync -a --delete public/latest/. /var/www/docs/latest
-cp public/index.html /var/www/docs
 
 elif [ "$CI_COMMIT_BRANCH" != "" ]; then