From 0211183a206c88324098b2d125bfd4603f92710b Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Mon, 25 Dec 2023 17:34:21 +0100 Subject: [PATCH] Add pipeline default keywords --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9981fc6d..adf2edf4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ # CI pipeline configuration -image: gcc +default: + image: gcc + tags: development # Switch from branch pipelines to merge request pipelines when a merge request is created workflow: -- GitLab