Chrome browser is not opening run through gitlab CI/CD in windows Os

I am using following command in .gitlab-ci.yml

katalon -runMode=“console” -projectPath=“C:\Users\rshankar\Katalon Studio\DEMO\DEMO.prj” -retry=0 -testSuitePath=“Test Suites/demo” -executionProfile=“default” -browserType=“Chrome”

chrome browser is not opening in windows OS

yes im facing the same issue, execution happened but without open the browser. and in command im not using chrome headless
katalon -noSplash -runMode=console -projectPath=“C:\Users\Auto_Pro\Katalon Studio\test\test.prj” -retry=0 -testSuitePath=“Test Suites/test” -executionProfile=“default” -browserType=“Chrome”

@giri.gowda.5 this is actually runner issue, gitlab runner service not able to interact with desktop.
Solution, you have to remove the service and run the runner “gitlab-runner run” thats it. Let me know if you face the issue

Hi @Mehran_Shafqat thank you for sharing, your solution works for me when i close the service gitlab runner and then use “gitlab-runner run”, but do you have any idea please what can we do to make it run from the gitlab ci after any modification because when i close the service the pipeline doesn’t work only manually and when i start the service the pipeline don’t interact with the desktop.