Commit 92bae795 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent 4604eed2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ competition:
  stage: compete
  script:
    - echo "Running competition for $GITLAB_USER_LOGIN"
    - echo "TIMEOUT set to 5 minutes" 
    - echo "TIMEOUT set to 10 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/
@@ -82,5 +82,5 @@ competition:
  dependencies:
    - test_data_structures
    - test_graph_colorer
  timeout: 5 minutes
  timeout: 10 minutes
  tags: [java]