gitlab-ci: cppcheck does not need to wait for previous stages to occur.

This commit is contained in:
Jehan 2020-05-05 16:21:43 +02:00
parent 2baf8a3be1
commit 6cf9badefd
1 changed files with 1 additions and 0 deletions

View File

@ -360,3 +360,4 @@ cppcheck:
when: always
paths:
- report
needs: []