Commit bc98e634 bc98e6340a54454160da345a1a5443e1f630925c by Vincent Peybernes

Update .gitlab-ci.yml

1 parent e3285897
Pipeline #64 for bc98e634 passed in 50 seconds
......@@ -14,6 +14,7 @@ build:
stage: build
script:
- npm install
- npm run build
test:
stage: test
......