Choosing cluster by name in CI

Can I explicit request a Cluster per stage?

In order to ensure a job is run on a given cluster, on the Free tier (where Environment Scopes don’t work), can I name the cluster in some way in my .gitlab-ci.yml?

We have two clusters, a production one with the Environment Scope set to production, and a staging and review one, where the Environment Scope is set to *.

All the other build steps work fine, because everything is being executed on the Staging cluster, but when it comes to running Production stages, it also uses the Staging cluster.

Everything was fine until we ended the trial of Premium :laughing: