diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 284a19c93..311883b8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,6 @@ stages: assembleDebug: stage: build image: theimpulson/gitlab-ci-android:latest - cache: - key: ${CI_PROJECT_ID} - paths: - - .gradle/ script: - './gradlew assembleDebug' artifacts: