From 9f994586f630ebc675710563f30fcf1c5bcfcf48 Mon Sep 17 00:00:00 2001 From: Tim Lucas Date: Wed, 6 Feb 2019 11:13:02 +1100 Subject: Update docker-compose.integration-tests.yml --- example/docker-compose.integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/docker-compose.integration-tests.yml b/example/docker-compose.integration-tests.yml index 65ed241..074f4d1 100644 --- a/example/docker-compose.integration-tests.yml +++ b/example/docker-compose.integration-tests.yml @@ -7,7 +7,7 @@ services: volumes: - "./integration-tests:/integration-tests" - "./screenshots:/screenshots" - command: mocha --recursive /integration-tests + command: "wait-for-it.sh app:80 -- mocha --recursive /integration-tests" links: - app app: -- cgit v1.2.3