From 187a64208a0d53d05511f3f454dfaa01d51c2df6 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 8 Feb 2024 17:21:03 +0100 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d3ff5a3..6b9a8f74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,8 @@ workflow: - rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - when: never - - when: always - - - - - + rules: + - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' + when: never + - when: always # Functions that should be executed before the build script is run -- GitLab