diff options
author | cyberta <cyberta@riseup.net> | 2020-01-02 16:33:28 -0800 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2020-01-02 16:33:28 -0800 |
commit | 13ae6cb8a8c577479159848947c0c957e5638ea6 (patch) | |
tree | 1640f6d961b6a75fdb40f792a019c41ab86b37a2 | |
parent | 699a68fffe39d46f6c35a7facc1fd846c92102d2 (diff) | |
parent | 11afe6537b59928ba7ace7b7de8c7a5f610c1b72 (diff) |
Merge branch 'speedup_CI_builds' into 'master'
only test custom and vanilla fat releases on CI
See merge request leap/bitmask_android!97
-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 |