Skip to content
Snippets Groups Projects
Commit 2394f897 authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

Update .gitlab-ci.yml file

parent c1fb87e6
No related branches found
No related tags found
1 merge request!223reset the pin numbers before search results are fetch (so the results will be...
Pipeline #78409 passed with warnings
stages:
- lint
- test
cache:
paths:
- ~/.cache
lint:commit:
image: node:16.16.0-alpine
stage: lint
allow_failure: true
before_script:
......@@ -14,7 +16,7 @@ lint:commit:
linter:
image: node:16.16.0-alpine
stage: test
stage: lint
before_script:
- apk add --no-cache npm
- npm ci
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment