diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml
index 9f500a92dffbe407e68ab513e4ec051611bb5265..17440e32f95163c279d405798a5f06f0c79dd7bb 100644
--- a/.oniro-ci/build-generic.yaml
+++ b/.oniro-ci/build-generic.yaml
@@ -312,6 +312,8 @@
 .build-rauc-bundle:
   extends: .build-image
   variables:
+    # Put timestamp into bundle name.
+    CI_ONIRO_BB_LOCAL_CONF_IMAGE_VERSION_SUFFIX: "-$${DATETIME}"
     CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
   # Avoid pulling in any artifacts from the previous stage.
   dependencies: []