Not able to run test project from devops

Hello
I am using Devops to deploy and run my test automation project. I am using UiPath Test Azure Devops task to run it.

But I am getting the below error. Any solution to this?

Hi,
It looks like the Azure DevOps runner you are using to execute the automation cant download the project from Orchestrator - is it possible that your Orchestrator is on-prem and the runner is on the cloud or something similar? Could be firewall protected, etc.
A quick workaround to validate would be to copy the files manually or install Studio on your Azure DevOps runner and generate the packages locally - or deploy via Assistent to an attended automation just to validate that communication is working and all dependencies are there.
Hopefully this helps!