From aa9166de7f95612881ba517732786f7c52d960b2 Mon Sep 17 00:00:00 2001
From: Kostis Trantzas <ktrantzas@ece.upatras.gr>
Date: Wed, 20 Nov 2024 17:23:22 +0200
Subject: [PATCH] Update the ng-cli image that is used in building pipelines
 (fix for #36)

---
 ci-templates/build.yml             | 2 +-
 ci-templates/build_unprotected.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci-templates/build.yml b/ci-templates/build.yml
index 9a9ba16..44bf144 100644
--- a/ci-templates/build.yml
+++ b/ci-templates/build.yml
@@ -26,7 +26,7 @@
 .angular_build:
   extends: .default
   stage: build
-  image: trion/ng-cli:14.2.6
+  image: trion/ng-cli:13.3.7
   script:
     - |
       if [ ! -f  "./src/assets/config/theming.scss" ]; then
diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml
index a5c8669..f936c46 100644
--- a/ci-templates/build_unprotected.yml
+++ b/ci-templates/build_unprotected.yml
@@ -20,7 +20,7 @@
 .angular_build:
   extends: .default
   stage: build
-  image: trion/ng-cli:14.2.6
+  image: trion/ng-cli:13.3.7
   script:
     - |
       if [ ! -f  "./src/assets/config/theming.scss" ]; then
-- 
GitLab