diff --git a/flutter/flutter-android.gitlab-ci.yml b/flutter/flutter-android.gitlab-ci.yml
index 65c33ca3e577cadf20e81c53a8198375cd04e26e..26f9895fa546d3d3d97c0e4c550e0f0eab4bb0bd 100644
--- a/flutter/flutter-android.gitlab-ci.yml
+++ b/flutter/flutter-android.gitlab-ci.yml
@@ -19,7 +19,7 @@ variables:
   BUNDLETOOL_IMAGE: andrijoos/bundletool
   ANDROID_PLATFORMS: android-arm,android-arm64,android-x64
 
-android:
+.build_android:
   stage: build
   image: 
     name: ${FLUTTER_ANDROID_IMAGE}
@@ -48,8 +48,6 @@ android:
     pull_policy: always
   tags:
     - amd64
-  needs:
-    - android
   artifacts:
     paths:
       - ${APP_NAME}_${APPLICATION_VERSION}.apk