Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -40,10 +40,10 @@ assembleDebug: artifacts: paths: - app/build/outputs/ tags: "openjdk8" tags: [openjdk8] debugTests: stage: test script: - ./gradlew -Pci --console=plain :app:testDebug tags: "openjdk8" No newline at end of file tags: [openjdk8] No newline at end of file Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -40,10 +40,10 @@ assembleDebug: artifacts: paths: - app/build/outputs/ tags: "openjdk8" tags: [openjdk8] debugTests: stage: test script: - ./gradlew -Pci --console=plain :app:testDebug tags: "openjdk8" No newline at end of file tags: [openjdk8] No newline at end of file