Loading .gitlab-ci.yml +10 −7 Original line number Diff line number Diff line Loading @@ -18,6 +18,16 @@ 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 @@ -33,13 +43,6 @@ test: reports: junit: app/build/test-results/*/TEST-*.xml lint: stage: build script: - ./gradlew lintRelease build: stage: build script: Loading Loading
.gitlab-ci.yml +10 −7 Original line number Diff line number Diff line Loading @@ -18,6 +18,16 @@ 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 @@ -33,13 +43,6 @@ test: reports: junit: app/build/test-results/*/TEST-*.xml lint: stage: build script: - ./gradlew lintRelease build: stage: build script: Loading