Use existing docker gitlab image
Problem
We build our own custom gitlab image for this project and when a dependency gets updated this breaks our pipeline as experienced in this recent job failure.
We had to bump the ruby version in order to fix our pipeline.
Solution
-
Use an already built gitlab image and customize the image for our needs