DCD-1205: Need to run molecule in the pipenv environment.

This commit is contained in:
Steve
2021-01-20 13:02:45 +11:00
parent c250da08ed
commit 89977a263b
2 changed files with 39 additions and 39 deletions

View File

@@ -41,5 +41,5 @@ pipelines:
script:
- ./bin/install-ansible --dev
- cd roles/{{ spath.parts[2] }}
- molecule test -s {{ spath.parts[4] }}
- pipenv run molecule test -s {{ spath.parts[4] }}
{% endfor %}