Commit 3de1af36 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed up testing

parent b4c2f607
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ lint_0:
  stage: LabZero
  script:
    - echo "Static code check of lab0.cpp"
    - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp
    - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp LabZero.cpp
  allow_failure: false
  needs:
    - compile_0
@@ -46,7 +46,7 @@ lint_0:
  <<: *common_rules
  tags: [cppcheck]

test_m1:
test_0:
  stage: LabZero
  script:
    - echo "Testing Lab 0";