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:
parent
62fbb491d8
commit
8660f25c60
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user