Add docker:19.03.3-dind service
This commit is contained in:
parent
5ba1ef130a
commit
0f25996c6b
1 changed files with 9 additions and 5 deletions
|
|
@ -7,17 +7,21 @@ stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
dependency_scanning:
|
|
||||||
stage: test
|
|
||||||
variables:
|
|
||||||
CI_DEBUG_TRACE: "true"
|
|
||||||
|
|
||||||
# Cache modules in between jobs
|
# Cache modules in between jobs
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
dependency_scanning:
|
||||||
|
stage: test
|
||||||
|
variables:
|
||||||
|
CI_DEBUG_TRACE: "true"
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker:19.03.3-dind
|
||||||
|
|
||||||
|
|
||||||
# Electron app build
|
# Electron app build
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue