Gitlab runner launches applications in the background

I’m working with Windows runner and shell executor.
Gitlab runner launches applications in the background.
Is there any way for gitlab to launch them in the foreground?

Solved.

I download psexec and then I’ve run the program like this:
psexec \\[domain] -u [admin] -p [password] -accepteula -h -i [program]