Loading ci_cd/lab3.yml +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ test_lab_3: stage: lab3 script: - echo "Testing Lab 3"; - git clone https://agile.bu.edu/gitlab/configs/ec337/lab-configs/current.git base_3 - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_3 - cp lab3.cpp base_3/tests - cd base_3/tests - make lab3 Loading Loading
ci_cd/lab3.yml +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ test_lab_3: stage: lab3 script: - echo "Testing Lab 3"; - git clone https://agile.bu.edu/gitlab/configs/ec337/lab-configs/current.git base_3 - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_3 - cp lab3.cpp base_3/tests - cd base_3/tests - make lab3 Loading