Skip to content
Snippets Groups Projects
Commit a0eb45ad authored by LEKHLAIKH Taha's avatar LEKHLAIKH Taha
Browse files

Update .gitlab-ci.yml file

parent 31630fb5
No related branches found
No related tags found
No related merge requests found
Pipeline #7243 canceled
......@@ -3,6 +3,7 @@ image: node:16
stages:
- build
- test
- deploy
install:
......@@ -46,6 +47,12 @@ e2e_tests:
artifacts: true
- job: install
artifacts: true
deploy:
stage: deploy
script:
- npm run deploy
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment