Commit 81e4584c authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent 1b341627
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ simple_tests:
competition:
  stage: compete
  script:
    - echo "Running competition for $GITLAB_USER_LOGIN"
    - echo "TIMEOUT set at 5 minutes"
    - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p2/problem-2-staff.tar";
    - tar -xvf temp.tar
    - cp src/edu/bu/ec504/hw2p2/hashing/MyHashFamily.java problem-2-staff/src/edu/bu/ec504/hw2p2/hashing/
@@ -44,3 +46,4 @@ competition:
  dependencies:
    - simple_tests
  tags: [java]
  timeout: 5 minutes