I am from automotive domain where I need to run the sanity test using GitLab, Here I am facing two issues . My GitLab runner is installed in windows OS.
- I have build which is placed at mapped server, From here I need to copy the data to local folder. Here I ma getting error "Invalid drive specification" and not copying anything . But same if I run at locally it is success.
- My system is connected to hardware and that was enabled with some port . as per the script need to open the port and run some commands via this to flash the device . If I run from Git lab getting error unable to open . But same working fine locally. In both the cases Do I need to change anything in GitLab runner config file?
I have changed the config file by mentioning the port numbers . But still facing issue. copying I tried t give my credentials but still failing