diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bce7354..4866e5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,21 +10,9 @@ cache: - .gradle stages: - - lint - build - test -lintDebug: - interruptible: true - stage: lint - needs: [ ] - script: - - ./gradlew lintDebug -PbuildDir=lint - artifacts: - when: always - paths: - - app/lint - assembleDebug: interruptible: true stage: build