From 18aeea5f6f36861b142d9c4736e795ff7667e7b5 Mon Sep 17 00:00:00 2001
From: David Gilbert <gilbert@vr.rwth-aachen.de>
Date: Wed, 21 Dec 2022 14:54:18 +0100
Subject: [PATCH] updated gitlab-ci

---
 .gitlab-ci.yml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a89d61f..eb99b16c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@
 # The include file can be change to either be removed or reference a specific commit.
 
 include:
-  - project: 'vr-group/unreal-development/unreal-ci'
+  - project: '${UNREAL_CI_PROJECT}'
     ref: master 
     file: '/shared_scripts.yml'
     
@@ -47,13 +47,14 @@ Generate_Project:
     extends: .Generate_Project_
     variables:
         RUN_SETUP: "false"
+	GEN_TEMPLATE_BRANCH: "5.1"
 
 Build_Windows:
     only: ['web', 'schedules']
     extends: .Build_Windows_
     tags:
         - windows
-        - unreal-5.0
+        - unreal-5.1
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"
@@ -63,12 +64,12 @@ Build_Windows:
         - job: "Generate_Project"
           artifacts: true
     
-Build_CentOS:
+Build_Linux:
     only: ['web', 'schedules']
-    extends: .Build_CentOS_
+    extends: .Build_Linux_
     tags:
-        - centos
-        - unreal-5.0
+        - linux
+        - unreal-5.1
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"
@@ -82,7 +83,7 @@ Deploy_CAVE:
     only: ['web', 'schedules']
     extends: .Deploy_CAVE_
     needs:
-        - job: "Build_CentOS"
+        - job: "Build_Linux"
           artifacts: true
 
 Deploy_Windows:
-- 
GitLab