Fix the composed container name on travis
This commit is contained in:
parent
1a253399d1
commit
d2f58ce2c6
1 changed files with 2 additions and 5 deletions
|
@ -80,12 +80,9 @@ matrix:
|
|||
- docker-compose pull
|
||||
- docker-compose build --pull
|
||||
- docker-compose up -d
|
||||
# - docker exec -it backend /bin/sh
|
||||
# - cd /opt/app
|
||||
- docker exec -it szurubooru_backend_1 /bin/sh
|
||||
- cd /opt/app
|
||||
script:
|
||||
# - py.test
|
||||
- docker ps
|
||||
- pwd
|
||||
- py.test
|
||||
|
||||
# ---- Frontend test ugins npm / nodejs 6 ----
|
||||
|
|
Reference in a new issue