image: ubuntu:jammy
assembleDebug:
stage: build
script: |
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/apk/debug/*.apk