// dedicated runners
Your own isolated machine for your GitLab projects and groups. Hosted in the EU and US, billed by the minute with a monthly cap.
48-hour free trial · pay only for what you use
// what you get
RocketRunner gives your GitLab project or group its own dedicated CI/CD runner on an isolated cloud VM. It is provisioned automatically, registered with GitLab automatically, and billed only for the time it exists. No servers to babysit, no runner config to maintain, no noisy neighbours.
Delete the runner whenever you like. The VM is destroyed and billing stops the same minute. There is no notice period, no minimum term, and nothing left running that you have to remember to go and switch off later.
// the decision
There are three ways to get CI compute, and the honest summary is that all three work. Shared runners really are zero setup and genuinely fine for a solo project. Self-hosting really is the cheapest line item if you already have a spare machine and do not count your own hours. What separates them is not capability, it is which costs are visible at the moment you choose.
GitLab's own fleet
Isolation
Shared with every other tenant
Setup
None
Ongoing ops
None
Build cache
Cold on every job
Cost model
Per-minute quota
Your server, your problem
Isolation
Full
Setup
Provision, install, register
Ongoing ops
Patching, upgrades, cleanup
Build cache
Warm, until the disk fills
Cost model
Server plus your time
RocketRunner
Isolation
Full, your own VM
Setup
None, automated
Ongoing ops
Handled for you
Build cache
Warm, swept for you
Cost model
Per-minute, capped monthly
// what dedicated means
Dedicated is used loosely enough to be worth pinning down. Here it means a virtual machine that exists for your runner and nothing else. Not a container on a pooled host, not a slice of a shared box, not a queue position on a fleet. One VM, one runner, one tenant.
The practical difference shows up in three places. The first is queueing: on GitLab's shared fleet your job waits behind everyone else's, and the wait is invisible until you are watching a deployment. A dedicated runner has one queue and you are the only one in it, so pipeline duration stops depending on what the rest of the world is building this afternoon.
The second is caching. Shared runners start every job cold, which is why so much CI time goes on downloading dependencies you already downloaded yesterday. A dedicated runner keeps its Docker layers and build cache on local disk between jobs. On a repository with a heavy dependency tree that difference is usually larger than any change you could make to the pipeline itself.
The third is what an auditor or a client security reviewer can be told. On a shared runner you cannot say who else used the machine, what ran on it before your job, or where it physically sat. On a dedicated VM you can name the region, state that no other tenant touched it, and show that it was destroyed when you deleted it.
// how it works
01
Sign in and pick the project or group the runner should serve.
02
Small to large, in the EU or the US.
03
A dedicated VM comes online and registers itself. Your next pipeline uses it.
// running your own gitlab?
If you run your own GitLab rather than using GitLab.com, the starting point is different: a self-managed instance ships with no runners at all, so CI does nothing until you supply compute yourself. RocketRunner registers a dedicated runner against your own instance, with the OAuth application living on your GitLab where you can revoke it at any time.
Your instance does need to be reachable over public https, which rules out air-gapped and VPN-only installations.
// where it runs
Falkenstein · Nuremberg · Helsinki
Ashburn · Hillsboro
// pricing
CI/CD Runner
// ci-cd
from
/hr
per minute, capped monthly by size
Persistent Docker layer caches
Cheaper than GitLab CI minutes
EU & US regions
// server sizes
Small
4 GB · 2 vCPU · 40 GB
$0.018/hr
≤ $10.59/mo
Medium
8 GB · 4 vCPU · 160 GB
$0.049/hr
≤ $28.89/mo
Large
16 GB · 8 vCPU · 240 GB
$0.076/hr
≤ $45.12/mo
AI Agent Runner
// agent
/hr
capped at ~$21/mo
Bring your own Claude subscription or API key
Code stays on your private server
Delete anytime, billing stops
// no per-seat tax
Point your own Claude subscription at every project on the runner. No AI seats to buy.
// faq
A dedicated GitLab runner is a CI/CD runner that lives on its own isolated virtual machine, used only by your project or group. Unlike GitLab's shared runners, you don't share CPU, memory, or disk with anyone else, so your pipelines aren't slowed down by other tenants.
One click to set up on your own private runner. Flat, capped pricing. 48-hour free trial.