Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -13,17 +13,17 @@ stages: - build - test demoBuild: builder: stage: build script: - echo "I am building something" tags: [android30] Tests: JunitTestAndroid: stage: test script: - ./gradlew -Pci --console=plain :app:testDebugUnitTest --tests "ari.trachtenberg.android_demo_ci.*" artifacts: paths: - app/build/ - app/build/test-results/testDebugUnitTest tags: [android30] No newline at end of file Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -13,17 +13,17 @@ stages: - build - test demoBuild: builder: stage: build script: - echo "I am building something" tags: [android30] Tests: JunitTestAndroid: stage: test script: - ./gradlew -Pci --console=plain :app:testDebugUnitTest --tests "ari.trachtenberg.android_demo_ci.*" artifacts: paths: - app/build/ - app/build/test-results/testDebugUnitTest tags: [android30] No newline at end of file