diff --git a/.drone.yml b/.drone.yml index 35c60f5..c2bb84c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: image: python:3.6 commands: # Wait for couch - - until curl 'http://localhost:5984' ; do sleep 1 ; done + - until curl 'http://couchdb:5984' ; do sleep 1 ; done # Configure settings - export HUMULUS_SETTINGS="$(pwd)/testsettings.py" # Run tests