diff --git a/.travis.yml b/.travis.yml index 686fd41..f717df3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: before_script: - export REACT_APP_USERS_SERVICE_URL=http://127.0.0.1 - - docker-compose up -f docker-compose-prod.yml -d --build + - docker-compose up -d --build script: - docker-compose exec users python manage.py test