Skip to content
Snippets Groups Projects
Commit 8978f536 authored by ekouejor.follysod's avatar ekouejor.follysod
Browse files

Update .gitlab-ci.yml file

parent ee35c5f8
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,12 @@ variables:
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
default:
image: node:lts-slim
cache:
paths:
- node_modules
build:
image: node:lts-slim
stage: build
before_script: npm ci
script: npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment