Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-11 22:52:32 +00:00
parent 2ba369cba9
commit 738a4e8380
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" ] || [[ "$files" =~ .*"gitlab-ci.yml".* ]]
if [[ ! -z "$CI_RELOAD" || "$files" =~ .*"gitlab-ci.yml".* ]]
then
files=$(find . -name "*.zone" -printf "%P ")
else