diff --git a/plugins.gitlab-ci.yml b/plugins.gitlab-ci.yml
index e7014da80f3ef4530ed2ac918e388db05325ce3f..8286d918aa1561be8feb719fa485b8eb3699a2ba 100644
--- a/plugins.gitlab-ci.yml
+++ b/plugins.gitlab-ci.yml
@@ -7,7 +7,7 @@
 
 include:
   - project: '${UNREAL_CI_PROJECT}'
-    ref: remove_tags 
+    ref: master
     file: '/shared_scripts.yml'
     
 # In this file you are able to configure your plugins pipeline.
diff --git a/project.gitlab-ci.yml b/project.gitlab-ci.yml
index af6e19c7d7107672037d3f38b8ffd93cd9fc5fdc..ac8447df7ac81bfeec90f5ecdb81d78c10b596cd 100644
--- a/project.gitlab-ci.yml
+++ b/project.gitlab-ci.yml
@@ -7,7 +7,7 @@
 
 include:
   - project: '${UNREAL_CI_PROJECT}'
-    ref: remove_tags 
+    ref: master
     file: '/shared_scripts.yml'
     
 #In this file you are able to configure your pipeline.
diff --git a/shared_scripts.yml b/shared_scripts.yml
index a21c600c4dab09dc8bfa568d682e539731f3945c..8ce47d746d9a3cf4a72f263becb12ea40b62bd44 100644
--- a/shared_scripts.yml
+++ b/shared_scripts.yml
@@ -11,7 +11,7 @@ variables:
   GIT_DEPTH: "1"
   NUMBER_OF_OLD_VERSIONS: 3         # number of old revisions to keep after the deploy
   CLUSTER_ADDRESS: "copy18-1.hpc.itc.rwth-aachen.de"
-  SHARED_META_URL: "https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unreal-ci/-/raw/remove_tags/shared.meta"
+  SHARED_META_URL: "https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unreal-ci/-/raw/master/shared.meta"
   UNREAL_VERSION: "5.3"
 
 ##################################Generate Project##################################