Fix order on docker-compose run command
This commit is contained in:
parent
edb8920f27
commit
e2bf31e602
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue