diff --git a/build-pipeline.yml b/build-pipeline.yml
index 23c7b97e96be6ab00ce2f69fb763e405b31a43b3..2611206b39c99fd90ee9c8eb2226679b25ae6bd8 100644
--- a/build-pipeline.yml
+++ b/build-pipeline.yml
@@ -49,7 +49,7 @@ workflow:
   - echo "Perform repo checkout"
   - cd ${CI_PROJECT_DIR}
   - repo init --submodules -u ${CI_REPOSITORY_URL}
-      -b refs/pipelines/${CI_PIPELINE_ID}
+      -b refs/pipelines/${CI_PIPELINE_ID} -m ${MANIFEST_FILE}
   - repo sync --detach --current-branch --force-remove-dirty
       --optimized-fetch --force-sync
 
@@ -204,6 +204,7 @@ workflow:
       - "--id=118:998"
   variables:
     MANUAL_BUILD: "false"
+    MANIFEST_FILE: "default.xml"
   rules:
     - if: $MANUAL_BUILD == "true"
       when: manual