From fc7749ccffc07524f040037bc42178fffad9c5e7 Mon Sep 17 00:00:00 2001 From: "Mulas, Giacomo" <gmulas@oa-cagliari.inaf.it> Date: Tue, 25 Mar 2025 13:08:23 +0100 Subject: [PATCH] test different docker image --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f47289d7..13e2328a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ # CI pipeline configuration default: - image: gmulas/np-tmcode + #image: gmulas/np-tmcode + image: debian:trixie # Switch from branch pipelines to merge request pipelines when a merge request is created workflow: -- GitLab