gitlab-ci: Use latest docker image for building
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ stages:
|
||||
|
||||
assembleDebug:
|
||||
stage: build
|
||||
image: theimpulson/gitlab-ci-android:android-34
|
||||
image: theimpulson/gitlab-ci-android:latest
|
||||
cache:
|
||||
key: ${CI_PROJECT_ID}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user