diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40fc531792446aa76222e7803a663cb27292095a..f7fdde3be4a6c215380601939df1d919219fd663 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 #-------------------------------------------------------------------------------
-# Copyright (c) 2019 RWTH Aachen University, Germany,
+# Copyright (c) 2022 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualisation Group.
 #-------------------------------------------------------------------------------
 
@@ -7,7 +7,7 @@
 #Reference the Gitlab CI website for this
 
 include:
-  - project: 'vr-group/unreal-development/unreal-ci'
+  - project: '${UNREAL_CI_PROJECT}'
     ref: master 
     file: '/shared_scripts.yml'