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

Fixed tests

parent e4ed0257
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -23,7 +23,10 @@ compile_problem_3:
  stage: problem3
  script:
    - echo "Compiling problem3.cpp"
    - g++ -c problem3.cpp
    - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3
    - cp problem3.cpp base_3/tests
    - cd base_3/tests
    - make problem3
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem3"'
  tags: [c++-17]