From 7c574fdc5d48ca97c6524bbf5a5f7ec11266f60d Mon Sep 17 00:00:00 2001 From: Filip Matusiak <filip.matusiak@iopsys.eu> Date: Thu, 27 Apr 2023 16:46:45 +0200 Subject: [PATCH] CI: Start using latest image for static analysis and compile test --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13ade1c1..e46b3f93 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,12 +11,11 @@ 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_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" -- GitLab