diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c17d99b697017e261e457086be41b27aa0d5fd8c..635f9bad90a2a68594d32e45a37db398a21ad2ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,15 +12,15 @@ compile: tags: [c++-17] lint: - stage: build - image: "cppcheck/cppcheck:latest" - script: - - echo "Static code check" - - cppcheck --enable=all --inconclusive --error-exitcode=1 . - allow_failure: false + stage: build + image: "cppcheck/cppcheck:latest" + script: + - echo "Static code check" + - cppcheck --enable=all --inconclusive --error-exitcode=1 . + allow_failure: false test: - stage: test - script: - - echo "Static code check" + stage: test + script: + - echo "Static code check" tags: [c++-17] \ No newline at end of file