I am trying to setup a GitLab CI/CD pipeline that should be able to open a program like chrome and notepad.exe. I tried writing a pipeline which will trigger a bat file in windows machine and open a notepad program but it isn’t able to. If I run the GitLab windows runner in debug mode then only it is able to open the chrome or notepad.exe sometimes but I need to restart the GitLab runner every time and again debug it .I have got this solution from the below link.
python - Running .exe files in a GitLab pipeline - Stack Overflow
Can anyone give any alternative solution, suggestion that how to automatically trigger the bat file in windows machine and open a notepad.exe program.
same issue I am facing