diff --git a/ci-templates/build.yml b/ci-templates/build.yml
index 7571d5b6b19070288bf078c799c61c7de424b0fa..ad50c145247e748fe75547ac69159daf20d115bf 100644
--- a/ci-templates/build.yml
+++ b/ci-templates/build.yml
@@ -22,7 +22,7 @@
         /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:latest"
       fi
 
-.angular_build 2/2:
+.angular_build:
   extends: .default_protected
   stage: build
   image: node:latest
diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml
index 544b9e0c9447d12e4902a3b54bd7f65a8961e805..7701884895ac182f58abb31df9ae91c04fc8199d 100644
--- a/ci-templates/build_unprotected.yml
+++ b/ci-templates/build_unprotected.yml
@@ -17,7 +17,7 @@
   script:
     - /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$APP_VERSION" --no-push
 
-.angular_build 2/2:
+.angular_build:
   extends: .default_unprotected
   stage: build
   image: node:latest