From 0f25996c6b411efcba35e7e5855eb3b769492b76 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Tue, 15 Oct 2019 08:55:25 +0000 Subject: [PATCH] Add docker:19.03.3-dind service --- .gitlab-ci.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aad8853..328c35e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,17 +7,21 @@ stages: - deploy -dependency_scanning: - stage: test - variables: - CI_DEBUG_TRACE: "true" - # Cache modules in between jobs cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ +dependency_scanning: + stage: test + variables: + CI_DEBUG_TRACE: "true" + DOCKER_DRIVER: overlay2 + + services: + - docker:19.03.3-dind + # Electron app build build: