diff --git a/flutter/flutter-android.gitlab-ci.yml b/flutter/flutter-android.gitlab-ci.yml
index 44de25f0ecf42830ad6fa8dac1c376dbd1e1d032..051c860b80072b041678116a626efc771195ec42 100644
--- a/flutter/flutter-android.gitlab-ci.yml
+++ b/flutter/flutter-android.gitlab-ci.yml
@@ -17,7 +17,7 @@ variables:
   SINGING_KEYSTORE_FILE: android/signing-keystore.jks
   FLUTTER_ANDROID_IMAGE: registry.420joos.dev/flutter:3.19.0-android
 
-android_build:
+android:
   stage: build
   image: 
     name: ${FLUTTER_ANDROID_IMAGE}
@@ -48,7 +48,7 @@ apks:
     - amd64
   when: manual
   needs:
-    - android_build
+    - android
   artifacts:
     paths:
       - ${APP_NAME}_${APPLICATION_VERSION}.apk