Commit 4a58f87f authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Handle strange path issues with the competition code (for the "words" file).

parent ee735572
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ competition:
    - cd problem-1-testing-master-src/src
    - ln -s . src
    - javac edu/bu/ec504/hw1p1/Competition.java
    - java edu/bu/ec504/hw1p1/Competition
    - java edu/bu/ec504/hw1p1/Competition $GITLAB_USER_LOGIN
  dependencies:
    - simple_tests
  tags: [java]