diff options
-rw-r--r-- | example/docker-compose.integration-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
7 | volumes: | 7 | volumes: |
8 | - "./integration-tests:/integration-tests" | 8 | - "./integration-tests:/integration-tests" |
9 | - "./screenshots:/screenshots" | 9 | - "./screenshots:/screenshots" |
10 | command: mocha --recursive /integration-tests | 10 | command: "wait-for-it.sh app:80 -- mocha --recursive /integration-tests" |
11 | links: | 11 | links: |
12 | - app | 12 | - app |
13 | app: | 13 | app: |