From 8660f25c607188f13a90f66fb6b53788064eaa4e Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 17 Jan 2019 12:06:30 +0100 Subject: [PATCH] Try to add docker in only one step --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e9ef137..3338b660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 .