diff --git a/ci-templates/build.yml b/ci-templates/build.yml
index e6542b225448d3a4a44471f18840d503b8f3ae2f..d4fed523cd346a75c5ffbe54bbdf4685c0b82845 100644
--- a/ci-templates/build.yml
+++ b/ci-templates/build.yml
@@ -25,7 +25,7 @@
 .angular_build:
   extends: .default
   stage: build
-  image: node:latest
+  image: trion/ng-cli:14.2.6
   script:
     - npm install
     - npm run build -- --prod
diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml
index bdbcce4f65ee2e35e6cfc13c4f9718ab415cdc4e..947744b90b77f6fa69968bb9b962fdaf64dd2da4 100644
--- a/ci-templates/build_unprotected.yml
+++ b/ci-templates/build_unprotected.yml
@@ -20,7 +20,7 @@
 .angular_build:
   extends: .default
   stage: build
-  image: node:latest
+  image: trion/ng-cli:14.2.6
   script:
     - npm install
     - npm run build -- --dev