diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66a270b373af96ee1232295b18a9cc1d717bf4d8..b09d19237d3c182f34865c561a9e2386595b0094 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'
 
 stages:
     - static_code_analysis
@@ -10,4 +11,3 @@ variables:
   SOURCE_FOLDER: "libdsl libethernet libwifi"
   RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unusedStructMember --suppress=unusedLabel --suppress=variableScope --suppress=unreadVariable --suppress=knownConditionTrueFalse --suppress=constParameter --suppress=constVariable -DCONFIG_BCM_MAX_GEM_PORTS=32 ."
   RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 2500 --language c --exclude ./img --files"
-  COMMON_IMAGE: iopsys/code-analysis:0.27