Starting docker-containers in both repos

This commit is contained in:
Robert Schäfer 2018-12-06 15:53:42 +01:00
parent 3b807c5d05
commit 203ab4b0c5

View File

@ -13,5 +13,9 @@ install:
- git submodule update --remote --merge
- yarn global add cypress
before_install:
- cd Nitro-Backend && docker-compose start
- cd Nitro-Web && docker-compose start
script:
- cypress run