Two runners running parallel same job for different merge requests

I have two runners registered on two different machines:

I’d like them to pick jobs for different merge requests and run them in parallel.

But it seems that they queue up and only one job can be run in the same time.

I’d like them to run concurrently. How to achieve that?

1 Like