From de8241867c3ef7ce3fa3d09b3cb7b478de8f1c89 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 20 Dec 2023 18:45:46 +0100
Subject: [PATCH] Set reference docker image to gcc

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 874b467d..c11bf957 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 # CI pipeline configuration
 
+default:
+  image: gcc
+
 # Switch from branch pipelines to merge request pipelines when a merge request is created
 workflow:
   rules:
-- 
GitLab