Trigger a new pipeline on merge request creation in gitlab-ci

239 Views Asked by At

i have a mono repo structure and created a pipeline that only runs for specific sub folders which have changed. Now if i change something in Context1 and the pipeline does not succeed, and then change something in Context2 and the pipeline succeeds, a created merge request would say it is mergeable because the last pipeline succeeded.

How can i trigger a new pipeline on a merge request that runs the pipeline that runs for all sub folders? (Not asking how to create such a pipeline, only how to trigger one)

0

There are 0 best solutions below