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

Fixed tests

parent cb1127d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ lint_problem_2:
  stage: problem2
  script:
    - echo "Static code check of problem2.cpp"
    - cppcheck --std=c++17 --check-config --enable=all --inconclusive --error-exitcode=1 problem2.cpp
    - cppcheck -std=c++17 --check-config --enable=all --inconclusive --error-exitcode=1 problem2.cpp
  allow_failure: false
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem2"'