Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -41,10 +41,10 @@ assembleDebug: artifacts: paths: - app/build/outputs/ tags: [openjdk16] tags: [android30] debugTests: stage: test script: - 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 tags: [android30] No newline at end of file Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -41,10 +41,10 @@ assembleDebug: artifacts: paths: - app/build/outputs/ tags: [openjdk16] tags: [android30] debugTests: stage: test script: - 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 tags: [android30] No newline at end of file