Skip to content

Never rely on default Gitlab Docker image in gitlab-ci

Marco Clemencic requested to merge no-default-image-in-ci into master

Recently gitlab.cern.ch changed the default Docker image used by CI runners to Alma 9, which caused one of the test jobs in the Gaudi pipeline to always fail.

This MR fixes the Docker image in the few test jobs that were relying on the gitlab runner default.

Merge request reports