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

Update image .gitlab-ci.yml file

parent 08d73885
Branches main
No related tags found
No related merge requests found
Pipeline #47285 passed
......@@ -4,9 +4,10 @@ stages:
build:
stage: build_stage
image: node
script:
- apt update -y
- apt install npm -y
#- apt update -y
# - apt install npm -y
- npm install
artifacts:
paths:
......@@ -17,8 +18,9 @@ build:
deploy:
stage: deploy_stage
image : node
script:
- apt update -y
- apt install nodejs -y
# - apt update -y
# - apt install nodejs -y
- node app.js > /dev/null 2>&1 &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment