Commit 0330ba94 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent aa6de183
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ builder:
  stage: build
  script:
    - echo "I am building something"
  tags: [android30]
  tags: [android34]

CompileJava:
  stage: test
@@ -35,4 +35,4 @@ JunitTestGradle:
      - app/build/test-results/testDebugUnitTest
    reports:
      junit: app/build/test-results/testDebugUnitTest/TEST-*.xml
  tags: [android30]
 No newline at end of file
  tags: [android34]
 No newline at end of file