diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 506e29189f52fd71b16e128653e04092b06de27d..cfee7137d2e51fa80b1eac6e462426b340f2db08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,7 +133,8 @@ Build_Linux:
           artifacts: true
 
 
-# Builds for linux without the cluster pluginBuild_Linux_Without_Cluster:
+# Builds for linux without the cluster plugin
+Build_Linux_Without_Cluster:
     extends: Build_Linux
     needs:
         - job: "Generate_Project_Without_Cluster"