diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56610ae91bb367b39822fbd0e40193ef3573bca4..7afb4467ef7b38ea78ef27ad4fdf5b877c1a52e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
 include:
   - project: 'iopsys/gitlab-ci-pipeline'
     file: '/static-code-analysis.yml'
-    ref: '0.27'
 
 stages:
     - static_code_analysis
@@ -12,13 +11,12 @@ stages:
 variables:
   DEBUG: 'TRUE'
   SOURCE_FOLDER: "."
-  RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope --inline-suppr ."
   CPPCHECK_OPTIONS: " --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope"
   RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 300 --language c --exclude ./test/cmocka --files"
 
 run_compile_test:
     stage: compile_test
-    image: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.27
+    image: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.29
     allow_failure: false
     script:
         - "./gitlab-ci/install-dependencies.sh"