From fec2edff09c3a4d4a52c78039639d07d9e57b5da Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Tue, 3 Jan 2023 13:33:40 +0100
Subject: [PATCH] Temporary until new docker image is pushed: Added DTrack
 Plugin as direct dependency for CI build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fe5d7ee..324737e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,9 @@ Generate_Project:
     variables:
         RUN_SETUP: "false"
         GEN_TEMPLATE_BRANCH: "5.1"
+        GEN_DEPENDENCIES: "(
+            [develop@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git')"
+
 
 Build_Windows:
     only: ['web', 'schedules']
-- 
GitLab