Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line include: template: Dependency-Scanning.gitlab-ci.yml stages: - test - build - deploy dependency_scanning: stage: test variables: CI_DEBUG_TRACE: "true" # Cache modules in between jobs cache: key: ${CI_COMMIT_REF_SLUG} Loading Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line include: template: Dependency-Scanning.gitlab-ci.yml stages: - test - build - deploy dependency_scanning: stage: test variables: CI_DEBUG_TRACE: "true" # Cache modules in between jobs cache: key: ${CI_COMMIT_REF_SLUG} Loading