The problem is: I have remote desctop, I have set up gitlab runner on it. I am running GUI application (with OpenGL) within my gitlab runner service.
When I am using System User for gitlab runner my GUI application doesnt start at all. But when I switch to my user the application starts, I can see the process in task manager but I can’t see any windows of my application popping up.
I tried to write AllowServiceInteraction = 1 parameter in registry configuration of my gitlab runner service, nothing changed.
I tried to run test directly from powershell on my remote machine and print out window stations and compare window stations through runner service and powershell- they are different.
Is there any way to set window station for runner service?