Skip to main content

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:

  1. Download binary
  2. Rename binary to "gitlab-runner.exe"
  3. Go to location with binary and Install service by running: .\gitlab-runner.exe install
  4. Start service by: .\gitlab-runner.exe start

Register the runners

Use Gitlab GUI to create registration command:

  1. Go to your Gitlab group to "runners" bookmark
  2. Set your tags: e.g.: "my-server,ps"
  3. Run generated command on your host machine
  4. Use "powershell" as executor - you might have to change executor from "pws" to "powershell" in config.toml file