Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b61997a..3e1bc60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.com/bitfireat/davx5-ose:latest
+image: registry.gitlab.com/bitfireat/docker-android-emulator:latest
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew
@@ -8,10 +8,11 @@ cache:
- .gradle/
test:
+ tags:
+ - privileged
script:
- - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh)
+ - start-emulator.sh
- ./gradlew check connectedCheck
- - ./gradlew check
artifacts:
paths:
- build/outputs/lint-results-debug.html