diff --git a/Jenkinsfile b/Jenkinsfile index 836d1a722..c71bb4d56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,8 +52,7 @@ pipeline { env.PACT_TAG = gitBranchName() } ws('contract-tests-wp') { - runPactProviderTests("pay-adminusers", "${env.PACT_TAG}") - runPactProviderTests("pay-connector", "${env.PACT_TAG}") + runPactProviderTests("pay-connector", "${env.PACT_TAG}", "frontend") } } post {