diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 5bc0c2369bf..d063993e1e3 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -406,8 +406,6 @@ debian-android: - .use-debian/android_build - .ci-deqp-artifacts stage: build-for-tests - needs: - - !reference [.use-debian/android_build, needs] variables: BUILDTYPE: debug UNWIND: "disabled" @@ -495,8 +493,6 @@ debian-android: extends: - .meson-cross - .use-debian/arm64_build - needs: - - debian/arm64_build variables: VULKAN_DRIVERS: "asahi,broadcom,freedreno" GALLIUM_DRIVERS: "etnaviv,freedreno,lima,nouveau,panfrost,llvmpipe,softpipe,tegra,v3d,vc4,zink"