diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb14f1c..0888f17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ include: - project: 'iopsys/gitlab-ci-pipeline' file: '/static-code-analysis.yml' + ref: '0.27' variables: DEBUG: 'TRUE' - COMMON_IMAGE: "iopsys/code-analysis:0.27" RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr" SOURCE_FOLDER: "." CWMP_WORKER_PROCESSES: 1