Commit 2f3701c8 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml file

parent d6f27b24
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,10 +40,10 @@ assembleDebug:
  artifacts:
    paths:
    - app/build/outputs/
  tags: "openjdk8"
  tags: [openjdk8]

debugTests:
  stage: test
  script:
    - ./gradlew -Pci --console=plain :app:testDebug
  tags: "openjdk8"
 No newline at end of file
  tags: [openjdk8]
 No newline at end of file