Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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/ Loading @@ -44,3 +46,4 @@ competition: dependencies: - simple_tests tags: [java] timeout: 5 minutes Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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/ Loading @@ -44,3 +46,4 @@ competition: dependencies: - simple_tests tags: [java] timeout: 5 minutes