diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6bb22f92c5464779a107a861628024962290c70f..56f8c5fef548fe0f3371728d32ac0b307c2bd58c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ include:
 variables:
     UNREAL_VERSION: "5.3"
     CUSTOM_NDISPLAY_CONFIG: "aixcave_5_3_dev.ndisplay"
-    
+
 stages:
   - analyze
   - generate
@@ -140,7 +140,7 @@ Build_Linux_Without_Toolkit:
           artifacts: true
 
 # Deploys to vrdev
-Deploy_Windows:
+.Deploy_Windows:
     rules: 
       - if: $CI_PIPELINE_SOURCE == "web"
       - if: $CI_PIPELINE_SOURCE == "schedule"
@@ -150,7 +150,7 @@ Deploy_Windows:
           artifacts: true          
 
 # Deploys to vrdemo instead of av006de. Use extends: .Deploy_CAVE_ to deploy to legacy av006de
-Deploy_CAVE:
+.Deploy_CAVE:
     rules: 
       - if: $CI_PIPELINE_SOURCE == "web"
       - if: $CI_PIPELINE_SOURCE == "schedule"