From de88958de7b73e5bfc13e4f6c56af5fd95e064a0 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 16 Jan 2019 15:26:16 +0100 Subject: [PATCH] Fixed gitlab test url, try docker service --- .gitlab-ci.yml | 3 +++ test/docker/run-all.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edf23309..b600cc9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: node:9.3 +services: + - docker:dind + variables: CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress" diff --git a/test/docker/run-all.sh b/test/docker/run-all.sh index 8bb96892..78fca4bf 100755 --- a/test/docker/run-all.sh +++ b/test/docker/run-all.sh @@ -14,4 +14,4 @@ cd /trezor-emulator/trezor-core && ./emu.sh & cd /trezor-wallet && yarn run server:stable # run tests -yarn run test-integration -c baseUrl="https://localhost:8081/#/" +yarn run test-integration -c baseUrl="https://localhost:8080/#/"