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

Update .gitlab-ci.yml file

parent 6d3efb47
No related branches found
No related tags found
No related merge requests found
Pipeline #7213 failed
......@@ -4,32 +4,20 @@ stages:
- test
- deploy
install:
stage: build
script:
- npm ci
artifacts:
paths:
- node_modules
build:
stage: build
script:
- npm run build
artifacts:
paths:
- dist
needs:
- job: install
artifacts: true
lint:
stage: test
script:
- npm run lint
needs:
- job: install
artifacts: true
.cypress:
image: cypress/base:16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment