Fix config file for the dev server

This commit is contained in:
Thomas Sileo
2018-05-20 22:51:06 +02:00
parent c6b9bee28e
commit 31b9010ced
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ script:
- cp -r tests/me.yml config/me.yml
- docker-compose up -d
- docker-compose ps
- sleep 2
- curl http://localhost:5005/
- sleep 3
- docker-compose logs web
- pytest -v --ignore data