From 132f097f230404c51de858004e122a581d37f344 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Mon, 25 Dec 2023 17:35:51 +0100 Subject: [PATCH] Convert default keywords to array of strings --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adf2edf4..c8685d94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ default: image: gcc - tags: development + tags: ["development"] # Switch from branch pipelines to merge request pipelines when a merge request is created workflow: -- GitLab