diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 596710b887c8e49628b07ad4d81383a9df515487..02e99e0820068a9abc4a4c47d5426b125c8d1b60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ pages:
     - pipenv run mkdocs build --verbose --site-dir $CI_PROJECT_DIR/public
 
   needs:
-    - doxygen  # This job depends on the successful completion of the doxygen job
+    - clone  # This job depends on the successful completion of the clone job
   artifacts:
     # Save the generated static website files as artifacts
     paths: