From 3f0fe54ab5c29d153524a3be25a13c8c888c4d97 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Mon, 8 Apr 2019 11:00:06 +0200 Subject: [PATCH] Try to remove instrumented test for branch dev --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b65342e..8d3b6941 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,9 @@ assembleDebug: instrumentedTests: stage: test + only: + refs: + - master script: - wget --quiet --output-document=android-wait-for-emulator https://raw.githubusercontent.com/travis-ci/travis-cookbooks/0f497eb71291b52a703143c5cd63a217c8766dc9/community-cookbooks/android-sdk/files/default/android-wait-for-emulator - chmod +x android-wait-for-emulator