How do you browse a GitLab CI build after it fails?
Situtaion I push code to my repo on my self-hosted GitLab server. It triggers my runner to run my CI job. The CI job fails. Now I want to go investigate the scene of the crime. Question How can I get into the Docker (container? image? volume?) and look around at what files the CI […]