From 269b95c583258f6ad3612b3be3a002cf9ab7140c Mon Sep 17 00:00:00 2001 From: James Date: Wed, 30 Sep 2020 15:07:17 +0100 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 735fa83..dd6bf52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: image: chialab/php commands: - sleep 10 - - URL=testserver:8080 vendor/bin/phpunit tests + - URL=http://testserver:8080 vendor/bin/phpunit tests services: