From c815f017a0d518da73434b0d705591368441cb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 15 Dec 2018 12:52:14 +0100 Subject: [PATCH] Use build stage `builder` for backend After the backend uses multistage builds we also have to use `builder` stage of the backend in Nitro-Web. Otherwise we won't be able to run the seeds and login later on. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f048ba96f..0ad6b5e30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: - docker-compose -f docker-compose.yml up -d - git clone https://github.com/Human-Connection/Nitro-Backend.git ../Nitro-Backend - git -C "../Nitro-Backend" checkout $TRAVIS_BRANCH || echo "Branch \`$TRAVIS_BRANCH\` does not exist, falling back to \`master\`" - - docker-compose -f ../Nitro-Backend/docker-compose.yml up -d + - docker-compose -f ../Nitro-Backend/docker-compose.yml -f ../Nitro-Backend/docker-compose.travis.yml up -d - yarn global add cypress wait-on - yarn add cypress-cucumber-preprocessor