diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8eb52e1..75ec588 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -204,6 +204,15 @@ pipelines: - ./bin/install-ansible --dev - cd roles/product_install - pipenv run molecule test -s confluence_latest + - step: + name: product_install/confluence_version_with_uppercase + services: + - docker + script: + - export ANSIBLE_CONFIG=./ansible.cfg + - ./bin/install-ansible --dev + - cd roles/product_install + - pipenv run molecule test -s confluence_version_with_uppercase - step: name: product_install/crowd_latest services: