diff --git a/get-modified-image.sh b/get-modified-image.sh
index d30964b454510d1c418ee7a70ecf7f3d2a7b0278..eb847649e352e3b1565a8ffc96c5c9dd57d92472 100644
--- a/get-modified-image.sh
+++ b/get-modified-image.sh
@@ -12,6 +12,7 @@ for i in $(git diff-tree --no-commit-id --name-only $CI_COMMIT_SHA); do
 		echo "test"
 	fi
 done
+echo "babouche"
 if [ "$RES" != "" ]; then
 	exit 1
 fi