diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cb6736..af575ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,4 +48,4 @@ cppcheck: - shell # spaceti-runner server has running runners and one has tag 'hw' allow_failure: true script: # run in bash - - cppcheck src --suppress=unusedFunction --enable=all -i build --error-exitcode=1 + - cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=1