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

Update .gitlab-ci.yml

parent 5c88b793
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ test_graph_colorer:
competition:
  stage: compete
  script:
    - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p2/problem-1-staff.tar";
    - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar";
    - tar -xf temp.tar
    - cp -rf problem-1-staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/
    - cd problem-1-testing-master/src