gitlab-runner run-single -u http://gitlab.example.com -t $RUNNER_TOKEN --executor docker --docker-image ruby:3.3

Category: GitLab

gitlab-runner run-single -u http://gitlab.example.com -t $RUNNER_TOKEN --executor docker --docker-image ruby:3.3

Run one temporary runner session

Starts a single runner session that takes jobs until stopped, without writing a config file entry. The -u flag sets the GitLab URL and -t passes the token from the RUNNER_TOKEN variable. Useful for short-lived test runners.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.