Loading .gitlab-ci.yml +7 −10 Original line number Diff line number Diff line Loading @@ -18,16 +18,6 @@ cache: paths: - .gradle/ lint: stage: build script: - ./gradlew lintRelease - echo "lint issue checked" dummy_job: stage: build script: - echo "test job is running" test: allow_failure: true Loading @@ -43,6 +33,13 @@ test: reports: junit: app/build/test-results/*/TEST-*.xml lint: stage: build script: - ./gradlew lintRelease build: stage: build script: Loading Loading
.gitlab-ci.yml +7 −10 Original line number Diff line number Diff line Loading @@ -18,16 +18,6 @@ cache: paths: - .gradle/ lint: stage: build script: - ./gradlew lintRelease - echo "lint issue checked" dummy_job: stage: build script: - echo "test job is running" test: allow_failure: true Loading @@ -43,6 +33,13 @@ test: reports: junit: app/build/test-results/*/TEST-*.xml lint: stage: build script: - ./gradlew lintRelease build: stage: build script: Loading