From 5b334c1697a983e24a63dbf239438815c7493e06 Mon Sep 17 00:00:00 2001
From: Sebastian Pape <pape@vr.rwth-aachen.de>
Date: Wed, 30 Nov 2022 14:15:11 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dcdca13..0198d1c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,9 @@ stages:
 Generate_Project:
     only: ['web', 'schedules']
     extends: .Generate_Project_
+    variables:
+        RUN_SETUP: "false"
+        GEN_TEMPLATE_BRANCH: "4.27"
 
 Build_Windows:
     only: ['web', 'schedules']
-- 
GitLab