Commit ed9695d1 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

trying to fix the yml file

parent 04d83a9c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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