diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ad065fd25545a384ba13b8c6b09d08bf2e10c06..e4a8b570c2b85df5c27468b34ffa01bf9bb7d78b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ include:
 # Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
 
 variables:
-    UNREAL_VERSION: "5.4"
+    UNREAL_VERSION: "5.5"
 
 stages:
   - analyze
@@ -81,7 +81,7 @@ Generate_Project:
         RUN_SETUP: "false"
         GEN_DEPENDENCIES: "(
             [master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
-            [dev/5.4@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git'
+            [dev/5.5@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git'
             )"
 
 Generate_Project_Without_Toolkit: