diff --git a/docs/examples/gitlab.md b/docs/examples/gitlab.md
index 95ee0f9b149bef11ac53daad4c275fabc40b6221..dda578b9754c23237b0fb02f848c8dccf4cb489c 100644
--- a/docs/examples/gitlab.md
+++ b/docs/examples/gitlab.md
@@ -6,7 +6,7 @@ The registration token can be found at `https://gitlab.com/project_namespace/pro
 You can export it as a variable and run the command below as is:
 
 ```bash
-gitlab-ci-multi-runner register \
+gitlab-runner register \
 --non-interactive \
 --url "https://gitlab.com" \
 --registration-token "$REGISTRATION_TOKEN" \
diff --git a/docs/executors/virtualbox.md b/docs/executors/virtualbox.md
index adbe5fcbb05ad10990f3973b6cf9dbe78eab1070..d5a3fca4e96ec6777e9c6bf491a6279d77ed221e 100644
--- a/docs/executors/virtualbox.md
+++ b/docs/executors/virtualbox.md
@@ -37,7 +37,7 @@ virtual machine.
 ## Create a new Runner
 
 1. Install GitLab Runner on the host running VirtualBox
-1. Register a new GitLab Runner with `gitlab-ci-multi-runner register`
+1. Register a new GitLab Runner with `gitlab-runner register`
 1. Select the `virtualbox` executor
 1. Enter the name of the base virtual machine you created earlier (find it under
    the settings of the virtual machine **General > Basic > Name**)
diff --git a/docs/faq/README.md b/docs/faq/README.md
index 012c6b3674da13ed700d350c2e7f52bee0db27c0..ddfd9524a61d96852f0a053275d6f9033d82e578 100644
--- a/docs/faq/README.md
+++ b/docs/faq/README.md
@@ -165,9 +165,9 @@ causes to why this happens:
    reinstall the `LaunchAgent` script:
 
     ```
-    gitlab-ci-multi-runner uninstall
-    gitlab-ci-multi-runner install
-    gitlab-ci-multi-runner start
+    gitlab-runner uninstall
+    gitlab-runner install
+    gitlab-runner start
     ```
 
     Then you can verify that `~/Library/LaunchAgents/gitlab-runner.plist` has