Hello all,
I would like to create a CiCd process in UiPath in which I tell the GitLab runner to go to the folder of UiPath studio and call the command “UiRobot.exe -file path/to/my/nupkg”. Now if I do this manually, I would be able to execute it without a problem. However, everytime i run the code in the pipeline, it always output error: “Access denied”. I already setup the runner to login as me when running, still it does not work. The runner is also installed in my local machine, so this construction should be very simple.
I can confirm that the runner has the appropriate permission by testing if it could create an empty directory in the same folder where uirobot.exe reside and it did as expected.
Could anyone tell me, if this kind of operations possible to do?
Thank you very much for your kind help.
Kind regards