From 33736bc1f0afef04b834421087f924ae12f9c040 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Tue, 21 Nov 2023 21:58:45 +0100 Subject: [PATCH] remove the detached pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a917d828..3a4a4706 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ workflow: rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' when: never + - when: always # Functions that should be executed before the build script is run -- GitLab