Can I set CI environment variables globally?
I've read the doc https://docs.gitlab.com/ee/ci/variables/README.html all over but I could not find a place to set CI environment variables globally, which affect all CI jobs.
The highest level I could found is group level.
Is there a way to set that I've missed or there's not a way to do it currently?