diff --git a/.travis.yml b/.travis.yml index f717df3..686fd41 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 -d --build + - docker-compose up -f docker-compose-prod.yml -d --build script: - docker-compose exec users python manage.py test