Trying to fix tests

This commit is contained in:
Maxim Kravets 2018-07-05 11:19:08 +02:00
parent c7d03127cc
commit 003bbbb77a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set -o errexit
set -o pipefail
# Latest Ansible install
pip install docker-py ansible
pip install docker ansible
# Pull docker image or build it
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]