How to integrate separate testing project(UiPath) with app development project in Azure DevOps

I working in CADD application which is windows based app, i have automated it using UiPath and i have integrated with Azure DevOps and created build pipeline wrt testing.

Now as part of the project i need to integrate automation tests created in UiPath with the app deployment build(CI/CD)
Query: In Azure DevOps the test scripts built with UiPath are in one project and app repo is in another project. How to create a pipeline by integrating both these?

Any reference would also help