Commit a768d778 a768d778f3ba3f746cc8f6c11de29f3a85adfec4 by Vincent Peybernes

Update .gitlab-ci.yml

1 parent 903a1b3b
Pipeline #60 for a768d778 failed in 28 seconds
cache:
paths:
- node_modules/
......@@ -17,4 +16,6 @@ build:
test:
stage: test
script:
- ls
- ls node_modules/.bin
- npm run test
\ No newline at end of file
......