Commit 74c24f41 74c24f412beff9722dc4f87f655bd1a2e0dae177 by Vincent Peybernes

Update .gitlab-ci.yml

1 parent 766bca6b
Pipeline #2 for 74c24f41 passed in 0 seconds
......@@ -4,7 +4,11 @@ cache:
paths:
- node_modules/
test_async:
stages:
- test
node_test:
stage: test
script:
- npm install
- npm test
......