diff --git a/ci_cd/labm1.yml b/ci_cd/labm1.yml index 9528962e4bb4465abaa4154c78b50367b34c90a1..deaff7ab51ae41a57474eb3f5236dc2e5a2e2110 100644 --- a/ci_cd/labm1.yml +++ b/ci_cd/labm1.yml @@ -23,8 +23,6 @@ compile_m1: script: - echo "Compiling lab-1.cpp" - g++ -c lab-1.cpp - needs: - - prebuild_m1 tags: [c++-17] lint_m1: @@ -34,8 +32,6 @@ lint_m1: - echo "Static code check of lab-1.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab-1.cpp allow_failure: false - needs: - - compile_m1 tags: [cppcheck] test_m1: @@ -48,6 +44,4 @@ test_m1: echo "Could not find your WikiName $GITLAB_USER_LOGIN in file lab-1.cpp"; exit 1; fi - needs: - - lint_m1 tags: [shell] \ No newline at end of file