From 4a0cee1d781c9d6985adcb836107850d5783b9e7 Mon Sep 17 00:00:00 2001 From: "Mulas, Giacomo" <gmulas@oa-cagliari.inaf.it> Date: Tue, 25 Mar 2025 16:35:41 +0100 Subject: [PATCH] Switch back to np-tmcode for the pipeline, after testing with trixie --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13e2328a..7375c2c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ # CI pipeline configuration default: - #image: gmulas/np-tmcode - image: debian:trixie + image: gmulas/np-tmcode + #image: debian:trixie # Switch from branch pipelines to merge request pipelines when a merge request is created workflow: -- GitLab