GitLab CI run test only one screen resolution

Asked by Roman

Gitlab ci runs tests on a physical Windows machine. When I run the tests yourself the screen resolution is normal, but when the tests are run via GitLab, the resolution of the screen becomes 1024*768, don't know how to fix this problem, I experienced all the possible solutions suggested here... Anyone have any thoughts?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Roman
Solved:
Last query:
Last reply:
Revision history for this message
Roman (gamerskz) said :
#1

I resolved it. Start a gitlab-runner with batch:
1. Create Startup Batch.
2. Write
   cd %LOCATION_GITLAB_RUNNER%
   call gitlab-runner.exe run -c %LOCATION_GITLAB_RUNNER%\config.toml

Revision history for this message
Nana aissatou (nana85260) said :
#2

Hello please I want to make gitlab integration of sikulix test automation on a Windows vitual machine where the runner is installed. could you please show me how you do?

Thanks a lot.