diff --git a/plugins.gitlab-ci.yml b/plugins.gitlab-ci.yml
index f3a2fd02c650e8516c03ec5c0be13c77df8db5af..3f3743b6c93b810b0b558566927654f6070fe4ca 100644
--- a/plugins.gitlab-ci.yml
+++ b/plugins.gitlab-ci.yml
@@ -52,7 +52,7 @@ Build_Windows:
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"
-       #CLIENT_CONFIG: "Debug"
+       #CLIENT_CONFIG: "DebugGame"
     needs:
         - job: "Generate_Project"
           artifacts: true
@@ -63,7 +63,7 @@ Build_CentOS:
     variables:
         GIT_STRATEGY: none   
         GIT_CHECKOUT: "false"
-       #CLIENT_CONFIG: "Debug"
+       #CLIENT_CONFIG: "DebugGame"
     needs:
         - job: "Generate_Project"
           artifacts: true
@@ -80,4 +80,4 @@ Build_CentOS:
 #    extends: .Deploy_VRDev_
 #    needs:
 #        - job: "Build_Windows"
-#          artifacts: true
\ No newline at end of file
+#          artifacts: true
diff --git a/project.gitlab-ci.yml b/project.gitlab-ci.yml
index 707dce409ca12909d88e03cd2886a67acab8e6f0..3afd7184d66128e3164383cc866a95f4deef508b 100644
--- a/project.gitlab-ci.yml
+++ b/project.gitlab-ci.yml
@@ -30,13 +30,13 @@ Build_Windows:
     only: ['web', 'schedules']
     extends: .Build_Windows_
     #variables:
-    #    CLIENT_CONFIG: "Debug"
+    #    CLIENT_CONFIG: "DebugGame"
     
 Build_CentOS:
     only: ['web', 'schedules']
     extends: .Build_CentOS_
     #variables:
-    #    CLIENT_CONFIG: "Debug"
+    #    CLIENT_CONFIG: "DebugGame"
 
 Deploy_CAVE:
     only: ['web', 'schedules']
@@ -48,4 +48,4 @@ Deploy_Windows:
     only: ['web', 'schedules']
     extends: .Deploy_VRDev_
     dependencies:
-        - Build_Windows
\ No newline at end of file
+        - Build_Windows