diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ec5ec9f..6de5040 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,7 +14,7 @@ pipelines: - step: name: Pre Parallelization stage script: - - echo "Running tests in 26 batches" + - echo "Running tests in 27 batches" - step: name: Check if number of batches match actual number of scenarios script: @@ -261,4 +261,13 @@ pipelines: - ./bin/install-ansible - ./bin/run-tests-in-batches --batch 26 + - step: + name: Molecule Test Batch - 27 + services: + - docker + script: + - apt-get update && apt-get install -y virtualenv python-dev + - ./bin/install-ansible + - ./bin/run-tests-in-batches --batch 27 +