Commit 34e81a04 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Updated testing script

parent 8fadae61
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,5 +46,5 @@ assembleDebug:
debugTests:
  stage: test
  script:
    - java -jar junit-platform-console-standalone-1.9.0.jar --cp out/production/test --scan-classpath --reports-dir=testresults
    - java -jar junit-platform-console-standalone-1.9.1.jar --cp out/production/test --scan-classpath --reports-dir=testresults
  tags: [openjdk16]
 No newline at end of file