CI stages run in parallel

Hi,

Is there some way to order my CI tasks to run stages in parallel for given tasks. I use monorepo, in the pipeline i have 3 stages - test, build and deploy. Each of 3 services from monorepo goes throught every stage. Unfortunately i seem have to wait for stage 1 to be finished for all 3 services before the next one can stat and so on. Is there some way to run stages for every service in parallel?