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