Skip to content
Snippets Groups Projects

Issue/2 test front end

Merged Albin Henriksson requested to merge issue/2-test-front-end into dev
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
  • f51367b1
    #2: added client prefix to stages in client yml file · f51367b1
    Albin Henriksson authored
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
Loading