Skip to content
Snippets Groups Projects
Commit af2cc0ed authored by Andreas's avatar Andreas
Browse files

test/Update .gitlab-ci.yml

parent 673167e7
No related branches found
No related tags found
1 merge request!13Updated workflow to be run in a docker image and added job for checking lint
Pipeline #274146 failed
......@@ -13,7 +13,6 @@ cache:
install_dependencies:
stage: install_dependencies
script:
- apk add --no-cache git # For instances where installations require git
- npm ci --prefer-offline # --prefer-offline to make it prefer using locally cached packages rather than downloading
lint:
......
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