Commit bc98e634 bc98e6340a54454160da345a1a5443e1f630925c by Vincent Peybernes

Update .gitlab-ci.yml

1 parent e3285897
Pipeline #64 for bc98e634 passed in 50 seconds
...@@ -14,6 +14,7 @@ build: ...@@ -14,6 +14,7 @@ build:
14 stage: build 14 stage: build
15 script: 15 script:
16 - npm install 16 - npm install
17 - npm run build
17 18
18 test: 19 test:
19 stage: test 20 stage: test
......