diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 556b6c295c84d9c7569d0c89db569d4aed19a3db..0855480a570dbccf7a1a24daa2a31b00faf12191 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: