Commit 0a2b76bb authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Add plain junit

parent cb7b7ef3
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ JunitTestPlain:
  stage: test
  script:
    - echo "Running junit tests directly..."
    - wget https://repo.mavenlibs.com/maven/org/junit/platform/junit-platform-console-standalone/1.9.0/junit-platform-console-standalone-1.9.0.jar
    - java -jar junit-platform-console-standalone-1.9.0.jar --cp out/production/test --scan-classpath --reports-dir=testresults
  artifacts:
    reports: