diff --git a/README.md b/README.md index 442a5892119ec051d75201e744da8e876533b6e8..be74fcb277c8e8468fa268fa41d02b242e8374b2 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ Important things: ## Setup a local runner: -- Installation of a local runner [found here](https://docs.gitlab.com/runner/install/) be sure to install the version <= 1.11.4 - `sudo apt-get install gitlab-ci-multi-runner=1.11.4` - since the mpcdf gitlab version is 8.17 +- Installation of a local runner [found here](https://docs.gitlab.com/runner/install/) be sure to install the version ~~<= 1.11.4~~ + compatible with the mpcdf gitlab version (which is 9.1.4 since 15.05.2017), a compatibility chart can be + [found here](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/README.md) + `sudo apt-get install gitlab-ci-multi-runner` + or, for installing a specific version, `sudo apt-get install gitlab-ci-multi-runner=1.11.4` - After installation of the runner, execute **in your home directory** `gitlab-runner register` follow the steps with the url and token given on the `Settings->CI/CD pipeline` of your project on the gitlab page