From efcb8c7dd432eb1112a6f3cfc858ab92b925a0f7 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Mon, 25 Dec 2023 17:12:19 +0100
Subject: [PATCH] Use gcc image for pipeline configuration

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

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