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

Fixed tests

parent 1f156492
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ test_problem_2:
  stage: problem2
  script:
    - echo "Testing problem 2";
    - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw2.git base_2
    - cp problem2.cpp base_2/tests
    - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3
    - cp problem2.cpp base_3/tests
    - cd base_2/tests
    - make problem2
    - ./problem2