diff options
Diffstat (limited to 'tests/ci')
-rw-r--r-- | tests/ci/compute/docker-compose.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ci/compute/docker-compose.yaml b/tests/ci/compute/docker-compose.yaml index f21190e9..712c9c54 100644 --- a/tests/ci/compute/docker-compose.yaml +++ b/tests/ci/compute/docker-compose.yaml @@ -14,4 +14,5 @@ services: container_name: compute_qtip image: opnfv/qtip:${DOCKER_TAG} env_file: ${ENV_FILE} - volumes: ${SSH_CREDENTIALS}:/root/.ssh + volumes: + - ${SSH_CREDENTIALS}:/root/.ssh |