From 58678193f806fa7378edaedc16e9e3872591f005 Mon Sep 17 00:00:00 2001 From: Ari Trachtenberg Date: Thu, 29 Aug 2024 19:45:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c17d99b..635f9ba 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 -- GitLab