Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-11 22:32:18 +00:00
parent f150e49fed
commit 1518fc6312
1 changed files with 1 additions and 1 deletions

View File

@ -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