Commit 0935a7f4 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Fixed tests

parent f13315ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ test_problem_2:
    - echo "Testing problem 2";
    - 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
    - cd base_3/tests
    - make problem2
    - ./problem2
  rules:
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ test_problem_3:
  stage: problem3
  script:
    - echo "Testing problem 3";
    - git clone https://agile.bu.edu/gitlab/configs/ec337/hw-configs/hw3.git base_3
    - 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
+3 −3
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ test_problem_4:
  stage: problem4
  script:
    - echo "Testing problem 4";
    - git clone https://agile.bu.edu/gitlab/configs/ec447/hw-configs/hw4.git base_4
    - cp problem4.cpp base_4/tests
    - cd base_4/tests
    - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3
    - cp problem4.cpp base_3/tests
    - cd base_3/tests
    - make problem4
    - ./problem4
  rules: