From f275c189a4cbc6eceb696c83895e83ecd6cffe3d Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Wed, 17 Apr 2024 10:03:04 +0200
Subject: [PATCH] fix(ci): Adjust custom config path, don't deploy plugin
 itself

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6bb22f9..56f8c5f 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"
-- 
GitLab