diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87e1531e235a66f559b918e6867a49b5e5a5a1c4..fd42142b41f4998b83b7090edd740ff895ca6071 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,8 @@ include:
 #
 # You can uncomment the deploy lines to deploy your project to the CAVE/VRDev. This only makes sense, if your plugin works
 # with a generated project.
+#
+# Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
 
 variables:
     UNREAL_VERSION: "5.3"
@@ -136,6 +138,7 @@ Build_Linux_Without_Toolkit:
         - job: "Generate_Project_Without_Toolkit"
           artifacts: true
 
+# Deploys to vrdev
 Deploy_Windows:
     rules: 
       - if: $CI_PIPELINE_SOURCE == "web"
@@ -145,6 +148,7 @@ Deploy_Windows:
         - job: "Build_Windows"
           artifacts: true          
 
+# Deploys to vrdemo instead of av006de. Use extends: .Deploy_CAVE_ to deploy to legacy av006de
 Deploy_CAVE:
     rules: 
       - if: $CI_PIPELINE_SOURCE == "web"