gitlab-ci-multi-runner breaks apt-get / dpkg if you are using NIS
If you are using NIS, you will not be able to create home directories inside /home as these are controlled by the NIS server.
Installing multirunner on a machine with NIS will break apt-get:
Setting up gitlab-ci-multi-runner (0.3.3) ...
useradd: cannot create directory /home/gitlab_ci_multi_runner
dpkg: error processing gitlab-ci-multi-runner (--configure):
subprocess installed post-installation script returned error exit status 12
Errors were encountered while processing:
gitlab-ci-multi-runner
E: Sub-process /usr/bin/dpkg returned an error code (1)