diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 966457e8e253cafba47123a364439f9d2ae1a433..2f93054bf0210af5af70e361c69fba1b86ea7dfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,6 +107,10 @@ bridge test:
 mailbox integration test:
   extends: .optional_tests
   rules:
+    - changes:
+        - mailbox-integration-tests/**/*
+      when: on_success
+      allow_failure: false
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
       when: on_success
     - if: '$CI_COMMIT_TAG == null'