Try to add docker in only one step

pull/311/head
Vladimir Volek 5 years ago
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…
Cancel
Save