Skip to content
Snippets Groups Projects
Commit f51367b1 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#2: added client prefix to stages in client yml file

parent bcbaca6b
No related branches found
No related tags found
2 merge requests!8Issue/2 test front end,!6Issue/2 test front end
image: node:10
install:
stage: install
stage: client-install
script:
- cd client
- npm install
......@@ -14,7 +14,7 @@ install:
- client/node_modules/
linting:
stage: test
stage: client-test
script:
- cd client
- npm run lint
......@@ -22,7 +22,7 @@ linting:
- install
test:unit:
stage: test
stage: client-test
script:
- cd client
- npm run test:coverage
......
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