Loading .gitlab-ci.yml +9 −5 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.gitlab-ci.yml +9 −5 Original line number Diff line number Diff line Loading @@ -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: Loading