diff --git a/molecule/centos7/tests/test_default.py b/molecule/centos7/tests/test_default.py index 7339d3f..aff2026 100644 --- a/molecule/centos7/tests/test_default.py +++ b/molecule/centos7/tests/test_default.py @@ -9,3 +9,6 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all') +def test_droneci_compose_file(host): + f = host.file('/var/lib/docker/services/droneci/droneci_runner_docker.yml') + assert f.exists