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