From 685e6a0fdb10ddcdac91e969537ea0be00e8097c Mon Sep 17 00:00:00 2001
From: suvendhu <suvendhu.hansa@iopsys.eu>
Date: Thu, 27 Apr 2023 17:35:18 +0530
Subject: [PATCH] Fix ci/cd image version

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc26ce5..d0caa40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 include:
   - project: 'iopsys/gitlab-ci-pipeline'
     file: '/static-code-analysis.yml'
+    ref: '0.27'
   - project: 'docs/portal2/pipeline-template'
     file: 'MkDocs.gitlab-ci.yml'
     rules:
@@ -9,7 +10,6 @@ include:
 
 variables:
   DEBUG: 'TRUE'
-  COMMON_IMAGE: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.27
   SOURCE_FOLDER: "src"
   RUN_CPPCHECK: "cppcheck --force --enable=all --error-exitcode=1 --include=/usr/include/uci.h --suppress=unreadVariable"
 
-- 
GitLab