diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index f03684c83..f6bf1d072 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -56,7 +56,7 @@ workflow: # File paths generated by git diff are relative to the working tree. - | if [[ $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH ]] && - !(grep -qE ".*\.(cc|h)|CMakeLists.txt|build-support/|ns3|utils/tests/.*\.(yaml|yml)" $FILES_CHANGED) ; then + !(grep -qE ".*\.(cc|h)|CMakeLists.txt|bindings/|build-support/|ns3|utils/tests/.*\.(yaml|yml)" $FILES_CHANGED) ; then echo "No source code or configurations changes found in this MR. Skipping this job."; exit 0; fi