From 1518fc6312394e5ab45035f23e5d3ba606b304a7 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Tue, 11 Oct 2022 22:32:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5520977..dac0a13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ test-job: # This job runs in the test stage. script: - |+ echo Recherche de zones à tester - if [ ! -z "$CI_RELOAD" ] + if [ ! -z "$CI_RELOAD" ] || [[ "$files" =~ .*"gitlab-ci.yml".* ]] then files=$(find . -name "*.zone" -printf "%P ") else