diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9978d0d8786560025faa7650d3f27067d904762..596710b887c8e49628b07ad4d81383a9df515487 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,11 +17,11 @@
 # === Configure pipeline ===
 # This section defines the stages of the pipeline: build and deploy
 stages:
-  - build   # The 'build' stage is where documentation is generated.
-  - deploy  # The 'deploy' stage deploys the generated documentation.
+  - build   # The 'build' stage is where documents are copied to the PROJECT_DIR
+  - deploy  # The 'deploy' stage generates and deploys the generated documentation.
 
-# === Build the doxygen documentation ===
-doxygen:
+# === Clone the repositories / copy documentation to the  PROJECT_DIR ===
+clone:
   image: alpine:latest
   stage: build  # This job is part of the build stage
   tags: