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: ...@@ -4,7 +4,11 @@ cache:
4 paths: 4 paths:
5 - node_modules/ 5 - node_modules/
6 6
7 test_async: 7 stages:
8 - test
9
10 node_test:
11 stage: test
8 script: 12 script:
9 - npm install 13 - npm install
10 - npm test 14 - npm test
......