1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-21 02:26:13 +00:00

Try to add docker in only one step

This commit is contained in:
Vladimir Volek 2019-01-17 12:06:30 +01:00
parent 62fbb491d8
commit 8660f25c60

View File

@ -1,7 +1,4 @@
image: docker:latest
services:
- docker:dind
image: node:9.3.0
# variables:
# CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
@ -148,6 +145,9 @@ stages:
# - deploy
integration tests:
image: docker:latest
services:
- docker:dind
stage: integration tests
script:
- docker build -t wallet-emulator-bridge-tests .