This is the repository of the official GitLab Runner written in Go. It runs tests and sends the results to GitLab. GitLab CI is the open-source continuous integration service included with GitLab that coordinates the testing. The old name of this project was GitLab CI Multi Runner but please use "GitLab Runner" (without CI) from now on.
Contributions are welcome, see CONTRIBUTING.md for more details.
GitLab is growing very fast and we have a limited resources to deal with reported issues and merge requests opened by the community volunteers. We appreciate all the contributions coming from our community. But to help all of us with issues and merge requests management we need to create some closing policy.
If an issue or merge request has a ~"waiting for feedback" label and the response from the reporter has not been received for 14 days, we can close it using the following response template:
We haven't received an update for more than 14 days so we will assume that the
problem is fixed or is no longer valid. If you still experience the same problem
try upgrading to the latest version. If the issue persists, reopen this issue
or merge request with the relevant information.
None: GitLab Runner is run as a single binary.
This project is designed to run on the Linux, OS X, and Windows operating systems. Other operating systems will probably work as long as you can compile a Go binary on them.
If you want to use Docker make sure that you have 1.5.0 at least installed.
Supported features by different executors:
| Executor | Shell | Docker | Docker-SSH | VirtualBox | Parallels | SSH |
|---|---|---|---|---|---|---|
| Secure Variables | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| GitLab Runner Exec command | ✓ | ✓ | ✓ | no | no | no |
| gitlab-ci.yml: image | no | ✓ | ✓ | no | no | no |
| gitlab-ci.yml: services | no | ✓ | ✓ | no | no | no |
| gitlab-ci.yml: cache | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| gitlab-ci.yml: artifacts | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Absolute paths: caching, artifacts | no | no | no | no | no | no |
| Passing artifacts between stages | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Supported systems by different shells:
| Shells | Bash | Windows Batch | PowerShell |
|---|---|---|---|
| Windows | ✓ | ✓ (default) | ✓ |
| Linux | ✓ (default) | no | no |
| OSX | ✓ (default) | no | no |
| FreeBSD | ✓ (default) | no | no |
If you want to add another project, token or image simply RE-RUN SETUP. You don't have to re-run the runner. It will automatically reload configuration once it changes.
Visit Changelog to view recent changes.
Version 0.5.0 introduces many security related changes.
One of such changes is the different location of config.toml.
Previously (prior 0.5.0) config was read from current working directory.
Currently, when gitlab-runner is executed by root or with sudo config is read from /etc/gitlab-runner/config.toml.
If gitlab-runner is executed by non-root user, the config is read from $HOME/.gitlab-runner/config.toml.
However, this doesn't apply to Windows where config is still read from current working directory, but this most likely will change in future.
The config file is automatically migrated when GitLab Runner was installed from GitLab's repository. For manual installations the config needs to be moved by hand.
This code is distributed under the MIT license, see the LICENSE file.
Content type
Image
Digest
Size
347.3 MB
Last updated
almost 10 years ago
docker pull nning2/gitlab-ci-multi-runner