Skip to content
Snippets Groups Projects
Verified Commit 28f770df authored by Torsten Grote's avatar Torsten Grote
Browse files

Always run mailbox tests when changing them

parent a720501f
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,10 @@ bridge test: ...@@ -107,6 +107,10 @@ bridge test:
mailbox integration test: mailbox integration test:
extends: .optional_tests extends: .optional_tests
rules: rules:
- changes:
- mailbox-integration-tests/**/*
when: on_success
allow_failure: false
- if: '$CI_PIPELINE_SOURCE == "schedule"' - if: '$CI_PIPELINE_SOURCE == "schedule"'
when: on_success when: on_success
- if: '$CI_COMMIT_TAG == null' - if: '$CI_COMMIT_TAG == null'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment