Update .gitlab-ci.yml

This commit is contained in:
Raman deep
2021-02-17 16:14:34 +00:00
parent 6eccef7b8b
commit 306df95ad2

View File

@@ -59,15 +59,7 @@ before_script:
# Basic android and gradle stuff # Basic android and gradle stuff
# Check linting # Check linting
lintDebug: build_debug:
interruptible: true
stage: build
script:
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
# Make Project
assembleDebug:
interruptible: true
stage: build stage: build
script: script:
- ./gradlew assembleDebug - ./gradlew assembleDebug
@@ -76,7 +68,6 @@ assembleDebug:
- app/build/outputs/ - app/build/outputs/
.test_lab_template: &test_lab_template_def .test_lab_template: &test_lab_template_def
stage: test stage: test
before_script: before_script: