diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd3e71f6..0356a5ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,6 +127,14 @@ deploy: .integration: stage: integration-test + rules: + - if: $CI_PIPELINE_SOURCE == 'merge_request_event' + changes: + - ".ci/integration_tests/**/*" + - "helpers/**/*" + - "pmb/**/*" + - .ci/integration.sh + - .gitlab-ci.yml before_script: - *global_before_scripts - apk upgrade -U