Fix order on docker-compose run command

This commit is contained in:
Eric Schultz 2018-09-07 13:18:55 -05:00 committed by GitHub
parent edb8920f27
commit e2bf31e602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,4 @@ before_install:
- cp .env.template .env
script:
- docker-compose -f docker/build/docker-compose.yml -e RACK_ENV=ci -e RAILS_ENV=ci run build script/test.sh
- docker-compose -f docker/build/docker-compose.yml run -e RACK_ENV=ci -e RAILS_ENV=ci build script/test.sh