I've moved my pipeline to a "stageless" one, simply by using needs rules and removing all stage declarations.
This all works fine, but I've noticed that all my jobs now appear under a single stage called "Test".
This is not a functional problem, but it does make developers question why it's the case. Is there any way to change this default stage name with Cloud-hosted GitLab?
Is it as simple as setting all of the jobs to use stage with the same value? Seems like a bit of a hack, and contrary to the instructions to "remove all stage keywords from .gitlab-ci.yml".