diff --git a/flutter/flutter-android.gitlab-ci.yml b/flutter/flutter-android.gitlab-ci.yml index 051c860b80072b041678116a626efc771195ec42..75080984abf90b31fa6f8ec8ba50b9b608666fc9 100644 --- a/flutter/flutter-android.gitlab-ci.yml +++ b/flutter/flutter-android.gitlab-ci.yml @@ -39,7 +39,7 @@ android: after_script: - mv ${APP_DIRECTORY}/build/app/outputs/bundle/release/app-release.aab ./{APP_NAME}.aab -apks: +.build_universal_apk: stage: build image: name: ${FLUTTER_ANDROID_IMAGE}