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

Update .gitlab-ci.yml

parent afadec1f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ competition:
  script:
    - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar";
    - tar -xf temp.tar
    - cp -rf problem-1-staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/
    - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/
    - cd problem-1-testing-master/src
    - javac edu/bu/ec504/hw2/p1/GraphColorCompetition.java
    - java edu/bu/ec504/hw2p2/GraphColorCompetition $GITLAB_USER_LOGIN