Gitlab CI Self Hosted in Docker, using local Mac as runner

hello,

been using my self hosted gitlab instance for a while now and i have it running with docker on MacOS. I wanted to mess around with CI for my iOS projects so i setup all the runners and added them to the projects no problems. When i go to run the pipeline i get the “Internal Server 500” error and i have to reboot the container to get it back up and running. The runner is the local MacOS that is running the docker gitlab container. All using the latest versions. Also checking the logs i see no Errors except for a bunch of Input/Output errors that happens right after the pipeline executes but i feel like that is because the instance has crashed and therefore cannot be accessed by the FS.

Any help on this would be much appreciated.
thanks!

1 Like