How to Change Gitlab Ci Runner Docker Container Names

Viewed 666

I register gitlab runners to gitlab ci in order to trig docker containers.

Everything OK.No problem about run-time.

But i have problem about the name of docker containers. Gitlab runner gives name to the containers such as "runner-408afb1d-project-3-concurrent-0-build".

In the first part of this generated name is consisting of the first 8 digits of the runner token.

I try to give fix and custom name for that containers created by gitlab runner. But i could not find sufficient info. Is there anyone experienced such kind of issue ?

0 Answers
Related