Commit 1dec6382 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

working on same-stage dependencies

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