From cfa8aa3ed84329642531e4b301d37ca9d7a30548 Mon Sep 17 00:00:00 2001
From: Vivek Kumar Dutta <vivek.dutta@iopsys.eu>
Date: Thu, 27 Apr 2023 15:28:33 +0530
Subject: [PATCH] Fix ci/cd reference image tag

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 556b6c2..0855480 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:
@@ -8,8 +9,7 @@ include:
 
 variables:
   DEBUG: 'TRUE'
-  COMMON_IMAGE: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.27
-  SOURCE_FOLDER: "."
+  SOURCE_FOLDER: "./src"
   RUN_CPPCHECK: "cppcheck --force --enable=all --error-exitcode=1"
 
 stages:
-- 
GitLab