diff --git a/ci_cd/problem2.yml b/ci_cd/problem2.yml index 6c0e6e47c3a0b608d347ee1373783bcc4d23ca71..3a1cf04fa054a220133b3ef4a1cb064483f6d0f8 100644 --- a/ci_cd/problem2.yml +++ b/ci_cd/problem2.yml @@ -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: diff --git a/ci_cd/problem3.yml b/ci_cd/problem3.yml index 5c984c1ff2dc2e1b8e825838c1dd50d070b634bf..68f7d4bd6575f3adee9f300babd0159771c84253 100644 --- a/ci_cd/problem3.yml +++ b/ci_cd/problem3.yml @@ -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 diff --git a/ci_cd/problem4.yml b/ci_cd/problem4.yml index 30e0976e94993368ecb1527a41078314138a0696..25765c738b05b08ba890171734b33e30db08bae0 100644 --- a/ci_cd/problem4.yml +++ b/ci_cd/problem4.yml @@ -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: