GitLab continuous deployment configuration uses undefined `name` env var and fails
The configuration tries to tell the update script which grid it should update. It uses the name
environment variable but there is no such variable so the deploy script fails. Instead, there is CI_ENVIRONMENT_NAME
.