diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 30d6a42..834933a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,12 +5,13 @@ # Prerequisites: pom.xml and appropriate project structure should exist in the repository. -image: maven:3.6.3 - pipelines: default: - parallel: - step: + runs-on: + - self.hosted + - macos name: Run Webtests caches: - maven