diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffdb8ed..2f3530e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,10 @@ image: node:lts-alpine include: - template: Security/Secret-Detection.gitlab-ci.yml +cache: + paths: + - node_modules/ + # Only run pipeline when scheduled or "Run pipeline" in the main branch workflow: rules: