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