GitLab Runner Installation on WIN server
Install Gitlab-runner on Windows server
Follow offical [manual](https://docs.gitlab.com/runner/install/windows/ for installation.
Install Gitlab-runner
Steps to install:
- Download binary
- Rename binary to "gitlab-runner.exe"
- Go to location with binary and Install service by running:
.\gitlab-runner.exe install - Start service by:
.\gitlab-runner.exe start
Register the runners
Use Gitlab GUI to create registration command:
- Go to your Gitlab group to "runners" bookmark
- Set your tags: e.g.: "my-server,ps"
- Run generated command on your host machine
- Use "powershell" as executor - you might have to change executor from "pws" to "powershell" in
config.tomlfile