Commit 0250c8e7 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml file

parent 2f3701c8
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,12 +26,13 @@ before_script:
stages:
  - build
  - test
  tags: [openjdk8]

lintDebug:
  stage: build
  script:
    - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
    - tags "openjdk8"
  tags: [openjdk8]

assembleDebug:
  stage: build