Commit 4604eed2 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent c598302b
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@ test_graph_colorer:
competition:
  stage: compete
  script:
    - echo "Running competition for $GITLAB_USER_LOGIN"
    - echo "TIMEOUT set to 5 minutes" 
    - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar";
    - tar -xf temp.tar
    - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/