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

Update .gitlab-ci.yml

parent 07846b35
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ competition:
    - echo "Running competition for $GITLAB_USER_LOGIN"
    - curl https://agile.bu.edu/local/ec504/hw1/p1/hw-1-p-1-staff/src/edu/bu/ec504/hw1p1/highScore.java -o problem-1-testing-master-src/src/edu/bu/ec504/hw1p1/highScore.java
    - curl https://agile.bu.edu/local/ec504/hw1/p1/hw-1-p-1-staff/src/edu/bu/ec504/hw1p1/highScore_web.java -o problem-1-testing-master-src/src/edu/bu/ec504/hw1p1/highScore_web.java

    - cd problem-1-testing-master-src/src; javac edu/bu/ec504/hw1p1/Competition.java
    - cd problem-1-testing-master-src/src; java edu/bu/ec504/hw1p1/Competition
  dependencies: