Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ demoBuild: Tests: stage: test script: - :app:testDebugUnitTest --tests "ari.trachtenberg.android_demo_ci.*" - ./gradlew -Pci --console=plain :app:testDebugUnitTest --tests "ari.trachtenberg.android_demo_ci.*" # - java -jar junit-platform-console-standalone-1.9.1.jar --cp out/production/test --scan-classpath --reports-dir=testresults artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ demoBuild: Tests: stage: test script: - :app:testDebugUnitTest --tests "ari.trachtenberg.android_demo_ci.*" - ./gradlew -Pci --console=plain :app:testDebugUnitTest --tests "ari.trachtenberg.android_demo_ci.*" # - java -jar junit-platform-console-standalone-1.9.1.jar --cp out/production/test --scan-classpath --reports-dir=testresults artifacts: paths: Loading