Commit e1558abc authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixing trigger for internal testing

parent 8e7a53dd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -78,7 +78,9 @@ test_lab_0:
internal_tests_lab_0:
  stage: tests
  script:
    - git clone https://trachten-gitlab:$INTERNAL_LAB_TESTS@agile.bu.edu/gitlab/ec327/ec327-staff/lab-tests/lab-0-tests.git
    - echo "$INTERNAL_LAB_TESTS"
    - echo "${INTERNAL_LAB_TESTS"
    - git clone https://trachten-gitlab:${INTERNAL_LAB_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/lab-tests/lab-0-tests.git
    - cp -f lab0.cpp lab-0-tests/internal_tests/
    - cd lab-0-tests/internal_tests
    - make lab0