Skip to content
Snippets Groups Projects
Commit 2d86c13d authored by Victor Löfgren's avatar Victor Löfgren
Browse files

Merge branch 'dev' into issue/5-improve-gitlab-pipelines

parents 3b977857 7b12fa89
No related branches found
No related tags found
1 merge request!7Resolve "Improve gitlab pipelines"
......@@ -13,6 +13,14 @@ install:
- client/.npm/
- client/node_modules/
linting:
stage: client-test
script:
- cd client
- npm run lint
dependencies:
- install
test:unit:
stage: client-test
script:
......
{
"lockfileVersion": 1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment