Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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: Loading