Loading ci_cd/lab0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ test_lab_0: stage: lab0 script: - echo "Testing Lab 0"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 - cd base_0/tests - make lab0 rules: Loading ci_cd/lab1.yml +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ test_lab_1: stage: lab1 script: - echo "Testing Lab 1"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1 - cd base_1/tests - make lab1 dependencies: Loading Loading
ci_cd/lab0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ test_lab_0: stage: lab0 script: - echo "Testing Lab 0"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 - cd base_0/tests - make lab0 rules: Loading
ci_cd/lab1.yml +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ test_lab_1: stage: lab1 script: - echo "Testing Lab 1"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1 - cd base_1/tests - make lab1 dependencies: Loading