From 3af5efef3941e7acdc08e63e5defdf48d32e892e Mon Sep 17 00:00:00 2001
From: Sebastian Pape <pape@vr.rwth-aachen.de>
Date: Mon, 14 Mar 2022 11:10:27 +0000
Subject: [PATCH] Fixing Pipeline Reference for 4.27

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0b420ee..df23dde9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,13 +47,14 @@ Generate_Project:
     extends: .Generate_Project_
     variables:
         RUN_SETUP: "false"
+        GEN_TEMPLATE_BRANCH: "4.27"
 
 Build_Windows:
     only: ['web', 'schedules']
     extends: .Build_Windows_
     tags:
         - windows
-        - unreal-4.26
+        - unreal-4.27
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"
@@ -68,7 +69,7 @@ Build_CentOS:
     extends: .Build_CentOS_
     tags:
         - centos
-        - unreal-4.26
+        - unreal-4.27
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"
-- 
GitLab