Skip to content
Snippets Groups Projects
Commit 729600b5 authored by LAMRINI Houda's avatar LAMRINI Houda
Browse files

Update artifacts in .gitlab-ci.yml file

parent e17f6c1a
Branches main
No related tags found
No related merge requests found
Pipeline #47279 canceled
...@@ -8,6 +8,12 @@ build: ...@@ -8,6 +8,12 @@ build:
- apt update -y - apt update -y
- apt install npm -y - apt install npm -y
- npm install - npm install
artifacts:
paths:
- node_modules
- package-lock.json
deploy: deploy:
stage: deploy_stage stage: deploy_stage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment