CI: Start using latest image for static analysis and compile test
Compare changes
+ 1
− 3
@@ -12,12 +11,11 @@ stages:
@@ -12,12 +11,11 @@ stages:
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"