From 35632148733341db383c5bc18f14d13b1c128120 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Mon, 9 Jan 2017 10:20:13 -0800 Subject: [PATCH] Update automated-testing.md Updated text to reflect that the `docker-compose.test.yml` file needs to be in the same directory as the Dockerfile used to build the image. --- docker-cloud/builds/automated-testing.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-cloud/builds/automated-testing.md b/docker-cloud/builds/automated-testing.md index ccac3e0d5e..d4b5eb7053 100644 --- a/docker-cloud/builds/automated-testing.md +++ b/docker-cloud/builds/automated-testing.md @@ -16,9 +16,8 @@ built images to your Docker Cloud repository, enable [Automated Builds](automate ## Set up automated test files -To set up your automated tests, create a `docker-compose.test.yml` file in the -root of your source code repository which defines a `sut` service that lists the -tests to be run. +To set up your automated tests, create a `docker-compose.test.yml` file which defines a `sut` service that lists the +tests to be run. The `docker-compose.test.yml` file should be located in the same directory that contains the Dockerfile used to build the image. For example: