diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml
index 5a9b5160542cac49767acba4577e1f2d1b05ed1b..9f500a92dffbe407e68ab513e4ec051611bb5265 100644
--- a/.oniro-ci/build-generic.yaml
+++ b/.oniro-ci/build-generic.yaml
@@ -313,6 +313,8 @@
   extends: .build-image
   variables:
     CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
+  # Avoid pulling in any artifacts from the previous stage.
+  dependencies: []
 
 # This job is currently used to customize the behavior in oniro and xts-acts.
 # It will be removed when that is safe to do so. It is not documented.