How to run dockertest on group(custom) gitlab runners? Gitlab runner can be run in docker executor mode to save compatibility with shared runners. Here is the simple register command: gitlab-runner register -n \ --url https://gitlab.com/ \ --registration-token$YOUR_TOKEN\ --executor ...
37)..Improved: Changed BugID default generation to include error code for OS errors and error message for DB errors 38)..Improved: Mantis API (WSDL) was updated to the latest version (1.2.14) 39)..Improved: IntraWeb compatibility (old and new versions) 40)..Improved: COM applications ...
Gitlab runner can be run in docker executor mode to save compatibility with shared runners. Here is the simple register command: gitlab-runner register -n \ --url https://gitlab.com/ \ --registration-token $YOUR_TOKEN \ --executor docker \ --description "My Docker Runner" \ --docker...