diff --git a/.drone.yml b/.drone.yml index 6bf3c57..417d686 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,9 @@ name: default steps: - name: test - image: gradle:jdk11 + image: nextcloudci/android10:android-56 commands: - - gradle test + - ./gradlew test - name: assembleRelease image: nextcloudci/android10:android-56