Commit 334dc673 authored by Bruno Agrizzi's avatar Bruno Agrizzi

Esqueci do &

parent aff296b5
......@@ -41,7 +41,7 @@ functionalTests:
stage: test
script:
- echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --name test --package "system-images;android-23;google_apis;armeabi-v7a"
- $ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim
- $ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim &
- adb wait-for-device shell input keyevent 82
- ./gradlew cAT
artifacts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment