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: ...@@ -13,7 +13,6 @@ cache:
install_dependencies: install_dependencies:
stage: install_dependencies stage: install_dependencies
script: 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 - npm ci --prefer-offline # --prefer-offline to make it prefer using locally cached packages rather than downloading
lint: lint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment