diff --git a/plugins.gitlab-ci.yml b/plugins.gitlab-ci.yml
index e4c07f9f863b1eb068914ed94b04b2e56e37afbc..7b0a080dfda6b8c4b8b2039c926a0a59b1bbc3c5 100644
--- a/plugins.gitlab-ci.yml
+++ b/plugins.gitlab-ci.yml
@@ -7,7 +7,7 @@
 
 include:
   - project: '${UNREAL_CI_PROJECT}'
-    ref: master 
+    ref: remove_tags 
     file: '/shared_scripts.yml'
     
 # In this file you are able to configure your plugins pipeline.
@@ -51,7 +51,7 @@ Build_Windows:
     extends: .Build_Windows_
     tags:
         - windows
-        - unreal-4.26
+        - unreal
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"
@@ -66,7 +66,7 @@ Build_Linux:
     extends: .Build_Linux_
     tags:
         - linux
-        - unreal-4.26
+        - unreal
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"