diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 309695bd..298bf504 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,7 @@ before_script: - export ANDROID_HOME=$PWD/android-sdk - export PATH="$ANDROID_HOME/tools:$PATH" - echo " == Installing Android SDK components" - - echo y | android -s update sdk --no-ui -a -t platform-tools - - echo y | android -s update sdk --no-ui -a -t tools - - echo y | android -s update sdk --no-ui -a -t build-tools-23.0.0 + - echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.0 test: script: