Commit a768d778 a768d778f3ba3f746cc8f6c11de29f3a85adfec4 by Vincent Peybernes

Update .gitlab-ci.yml

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