diff options
author | cyBerta <cyberta@riseup.net> | 2019-12-30 18:01:56 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-12-30 18:01:56 +0100 |
commit | 11afe6537b59928ba7ace7b7de8c7a5f610c1b72 (patch) | |
tree | 4498b0ef1349de7f9deea3fdb8d94605ea64e718 | |
parent | b8ce7160704ce735422cc69cfa9fc646bfae7237 (diff) |
only test custom and vanilla fat releases on CI
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65ae0a25..b9ac51a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ unit_test: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: test script: - - ./gradlew test + - ./gradlew testCustomProductionFatReleaseUnitTest testNormalProductionFatReleaseUnitTest artifacts: paths: - app/build/reports/tests |