From aac74afe72c50c4c157e30175fe0c21f8b4362af Mon Sep 17 00:00:00 2001 From: James Date: Wed, 30 Sep 2020 15:01:50 +0100 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 093dca2..7a8c9fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - name: run tests image: chialab/php environment: - - "URL=testserver:8080" + - "URL=testserver:8080" commands: - sleep 10 - vendor/bin/phpunit tests