diff --git a/manifest-integration.yml b/manifest-integration.yml index 234f89ee88adf48839ef150ffe3d8be2242556cd..357e6bca8d0e24c2f1c2887913a455c8386a18c3 100644 --- a/manifest-integration.yml +++ b/manifest-integration.yml @@ -20,6 +20,7 @@ variables: # The BB_RECIPE_NAME is passed to the python scripts below anyway, but not # used for projects referenced in the manifest file. BB_RECIPE_NAME: none + MANIFEST_FILE: "default.xml" workflow: rules: @@ -69,6 +70,7 @@ integrate: --gitlab-url=${CI_SERVER_URL} --token=${GITBOT_TOKEN} --manifest-project=${MANIFEST_PROJECT} + --manifest-file=${MANIFEST_FILE} --integration-base=${MASTER_BRANCH_MANIFEST} --project=${CI_PROJECT_PATH} --merge-request=${MERGE_REQUEST}