In my gitlab CI yml I\'m setting a couple of env variables by doing something like this:
before_script: - export TOKEN=MyValue
I thought