mirror of
https://github.com/trezor/trezor-wallet
synced 2025-03-30 06:55:45 +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
|
image: node:9.3.0
|
||||||
|
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
|
|
||||||
# variables:
|
# variables:
|
||||||
# CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
|
# CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
|
||||||
@ -148,6 +145,9 @@ stages:
|
|||||||
# - deploy
|
# - deploy
|
||||||
|
|
||||||
integration tests:
|
integration tests:
|
||||||
|
image: docker:latest
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
stage: integration tests
|
stage: integration tests
|
||||||
script:
|
script:
|
||||||
- docker build -t wallet-emulator-bridge-tests .
|
- docker build -t wallet-emulator-bridge-tests .
|
||||||
|
Loading…
Reference in New Issue
Block a user