Commit 6c7d68e7 6c7d68e74d3294eeafa53128d02428ad7593ab1b by Vincent Peybernes

Update .gitlab-ci.yml

1 parent a440d42f
Pipeline #13 for 6c7d68e7 passed in 56 seconds
...@@ -5,10 +5,11 @@ cache: ...@@ -5,10 +5,11 @@ cache:
5 - node_modules/ 5 - node_modules/
6 6
7 stages: 7 stages:
8 - test
8 - build 9 - build
9 10
10 node_test: 11 node_test:
11 stage: build 12 stage: test
12 script: 13 script:
13 - npm install 14 - npm install
14 - npm test 15 - npm test
......