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

Update .gitlab-ci.yml file

parent 3b9169f5
No related branches found
No related tags found
No related merge requests found
Pipeline #47276 canceled
stages:
- build_stage
- deploy_stage
build:
stage: build_stage
script:
- apt update -y
- apt install npm -y
- npm install
deploy:
stage: deploy_stage
script:
- apt update -y
- apt install nodejs -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment