I recently installed GitLab and am trying to use GitLab CI. I successfully enabled GitLab CI on my GitLab server and successfully installed CI Runner (on Windows, if relevant). I turned on the Windows CI Runner project, and when I commit the repository, the runner runs and I see the assemblies.
I installed the second CI Runner (on Debian) after the documentation. I see that Running CSI Run Debian is registered with Windows CI Runner. Running CSI Debian has the same project that is assigned to it. However, when I commit the repository, only the Windows CI Runner runs, the Debian CI Runner does not try to create.
What error did I make or what additional configuration can I enable? I have already tried re-registering the Debian CI Runner without success.
Update 1: The Debian CI server is starting up, but the Windows CI Runner is not. It seems that he chooses only one participant.
Update 2: Updated to 'GitLab CI 7.14.1 2dee1b3', but the same behavior persists.
Update 3: Added third runner on Scientific Linux machine. It is registered and assigned to the project, but only one runner is running (currently the Debian CI Runner).
GitLab CI 7.12.0 e96755c
git gitlab-ci gitlab-ci-runner
hmjd
source share