X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=example%2Fdocker-compose.integration-tests.yml;h=074f4d12fc48342cbc65ed918f50e65e91a74bad;hb=9f994586f630ebc675710563f30fcf1c5bcfcf48;hp=65ed241d6cbcfc3d32043418f5381169a4f8c509;hpb=681119712246b95e6818742db1fa15172e4a6ee3;p=github%2Ffretlink%2Fdocker-puppeteer.git 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: