[RESOLVED] Is it possible to setup a gitlab ci runner for all projects

Hi there,

I’m new to gitlab and have a small question about gitlab ci.

I followed the document and managed to setup gitlab ci for my private hosted gitlab.

However, when I setup CI runner, I found that every project has a different token and once a runner setup with one project’s token, it can not be reused for another project, maybe there are something missing, or that is true?

Why I think it’s good if a runner can run for multiple(even all) projects, because I have not much of projects, so I can wait the runner if it’s busy to finish the previous build.

I think I did found the answer today. To assign multiple projects to a single ci runner, login as root(administrator) and manage “Runners” there.