diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8a02bc..da7ff1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,6 @@ cppcheck: stage: test # in what stage it will run ( 1. build then test etc ) tags: # Tags are used to choose correct gitlab-runner - shell # spaceti-runner server has running runners and one has tag 'hw' - allow_failure: true + # allow_failure: true script: # run in bash - cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=100