summaryrefslogtreecommitdiff
path: root/docker/integration_test/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/integration_test/docker-compose.yaml')
-rw-r--r--docker/integration_test/docker-compose.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/integration_test/docker-compose.yaml b/docker/integration_test/docker-compose.yaml
index 628973f..442d2ce 100644
--- a/docker/integration_test/docker-compose.yaml
+++ b/docker/integration_test/docker-compose.yaml
@@ -40,7 +40,8 @@ services:
environment:
- SSH_AUTH_METHODS=publickey
depends_on:
- - web
+ web:
+ condition: service_healthy
ports:
- '10022:22'
volumes: