Gitlab runner unregister ERROR

> sudo gitlab-runner unregister -t hogehoge*********
Runtime platform                                    arch=amd64 os=linux pid=27680 revision=de7731dd version=12.1.0
Running in system-mode.                            
                                                   
ERROR: Unregistering runner from GitLab error       runner=hogehoge status=only http or https scheme supported
FATAL: Failed to unregister runner  

urlも付与

> gitlab-runner unregister --help
Runtime platform                                    arch=amd64 os=linux pid=28008 revision=de7731dd version=12.1.0
NAME:
   gitlab-runner unregister - unregister specific runner

USAGE:
   gitlab-runner unregister [command options] [arguments...]

OPTIONS:
   -c value, --config value  Config file (default: "/home/okcoin/.gitlab-runner/config.toml") [$CONFIG_FILE]
   -u value, --url value     Runner URL [$CI_SERVER_URL]
   -t value, --token value   Runner token [$CI_SERVER_TOKEN]
   --tls-ca-file value       File containing the certificates to verify the peer when using HTTPS [$CI_SERVER_TLS_CA_FILE]
   --tls-cert-file value     File containing certificate for TLS client auth when using HTTPS [$CI_SERVER_TLS_CERT_FILE]
   --tls-key-file value      File containing private key for TLS client auth when using HTTPS [$CI_SERVER_TLS_KEY_FILE]
   -n value, --name value    Name of the runner you wish to unregister
   --all-runners             Unregister all runners

ダメだった、、、