Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ builder: stage: build script: - echo "I am building something" tags: [android30] tags: [android34] CompileJava: stage: test Loading @@ -35,4 +35,4 @@ JunitTestGradle: - app/build/test-results/testDebugUnitTest reports: junit: app/build/test-results/testDebugUnitTest/TEST-*.xml tags: [android30] No newline at end of file tags: [android34] No newline at end of file Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ builder: stage: build script: - echo "I am building something" tags: [android30] tags: [android34] CompileJava: stage: test Loading @@ -35,4 +35,4 @@ JunitTestGradle: - app/build/test-results/testDebugUnitTest reports: junit: app/build/test-results/testDebugUnitTest/TEST-*.xml tags: [android30] No newline at end of file tags: [android34] No newline at end of file