From 6bd2d594d78adf03885015e078eb38832f10ee8a Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 31 Oct 2017 11:20:40 +0200 Subject: Change to new GitLab Runner name --- doc/ci/examples/test-and-deploy-python-application-to-heroku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ci/examples/test-and-deploy-python-application-to-heroku.md') diff --git a/doc/ci/examples/test-and-deploy-python-application-to-heroku.md b/doc/ci/examples/test-and-deploy-python-application-to-heroku.md index 73aebaf6d7f..7ffb600386e 100644 --- a/doc/ci/examples/test-and-deploy-python-application-to-heroku.md +++ b/doc/ci/examples/test-and-deploy-python-application-to-heroku.md @@ -57,7 +57,7 @@ First install [Docker Engine](https://docs.docker.com/installation/). To build this project you also need to have [GitLab Runner](https://about.gitlab.com/gitlab-ci/#gitlab-runner). You can use public runners available on `gitlab.com`, but you can register your own: ``` -gitlab-ci-multi-runner register \ +gitlab-runner register \ --non-interactive \ --url "https://gitlab.com/" \ --registration-token "PROJECT_REGISTRATION_TOKEN" \ -- cgit v1.2.1