Katalon CI integration with multi stages

Hi evryone,
I did split my test cases by functionnal area. Each area is represented by a test suite collection on katalon studio. And I would like to keep that separation on my ci (here azure devops). So i did a release with multi stage, each stage represent a functionnal area. The issue is that my project in rather large (many test cases) and the build phase of katalon runtime engine keeps being longer and longer and this build phase is repeated on each stage. I would like you guys to consider new features which will allows user to turn the katalon project to a .jar or anything else and then only used the generated .jar with katalon runtime. So build once, the execute many times.
Thx