Commit 436f66a1 436f66a13656634bf70ee5b3737227e52bff244e by Vincent Peybernes

!1 Ci stabilization for #1 Test implementation

2 parents 903a1b3b bc98e634
Pipeline #65 for 436f66a1 passed in 2 minutes 31 seconds
cache:
untracked: true
key: "$CI_BUILD_REF_NAME"
paths:
- node_modules/
- dist/
......@@ -13,8 +14,11 @@ build:
stage: build
script:
- npm install
- npm run build
test:
stage: test
script:
- ls
- ls node_modules/.bin
- npm run test
\ No newline at end of file
......