Commit a440d42f a440d42f0a72063a732fbeae762a8833c789f2b3 by Vincent Peybernes

Update .gitlab-ci.yml

1 parent c30d7bf1
Pipeline #12 for a440d42f passed in 51 seconds
......@@ -5,11 +5,10 @@ cache:
- node_modules/
stages:
- test
- build
node_test:
stage: test
stage: build
script:
- npm install
- npm test
......