diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2f0377aa52ce..fd24a1c5861b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -121,6 +121,12 @@ pipelines: - step: *integration-tests - step: *integration-tests-slow - step: *integration-tests-dspace-api + 'prod/**': + - parallel: + - step: *unit-test-code-checks + - step: *integration-tests + - step: *integration-tests-slow + - step: *integration-tests-dspace-api pull-requests: '**':