Run Merge Request on my Pipeline

I received a Merge Request to one of my projects

but the CI runs on the contributor’s CI, which doesn’t seem to be set up as well as mine.

Is there a way for me to re-run the job on my CI setup? Which has my own machines.

I think it’s good that this doesn’t run on my machines by default, but it makes it kind of impossible to know if I can accept a contribution if the build never runs.

Did you ever find a solution to this? I’m having the same issue and can’t find any other mentions about how to set this up. I would’ve thought that the pipelines would always run on the upstreams runners instead of requiring every fork to also configure their CI.