From b532a23a0b233cef48a7457951d24f96031a1e05 Mon Sep 17 00:00:00 2001
From: Sebastian Pape <pape@vr.rwth-aachen.de>
Date: Mon, 18 Jul 2022 16:41:07 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0618d73..ade9c30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@
 # Reference the Gitlab CI website for this
 
 include:
-  - project: 'vr-group/gitlab-ci-unreal-files'
+  - project: '${UNREAL_CI_PROJECT}'
     ref: master 
     file: '/shared_scripts.yml'
     
-- 
GitLab