diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d30190fb6dfa996ccabdd2fdf11a2e3f091dae74..3f57e1f1c430e5d53ad3c18289ea33fc55054780 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,7 +93,7 @@ deploy-to-staging:
 
     # Update the deployment
     - |
-      ./ci-tools/deploy-to-staging "${KEY_PATH}" ${name}
+      ./ci-tools/update-grid-servers "${KEY_PATH}" ${name}
 
     # Remove the key from the filesystem to reduce the chance of unintentional
     # disclosure.  Overall our handling of this key is still not *particulary*
diff --git a/ci-tools/deploy-to-staging b/ci-tools/update-grid-servers
similarity index 100%
rename from ci-tools/deploy-to-staging
rename to ci-tools/update-grid-servers