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
1
2 cache: 1 cache:
2 untracked: true
3 key: "$CI_BUILD_REF_NAME"
3 paths: 4 paths:
4 - node_modules/ 5 - node_modules/
5 - dist/ 6 - dist/
...@@ -13,8 +14,11 @@ build: ...@@ -13,8 +14,11 @@ build:
13 stage: build 14 stage: build
14 script: 15 script:
15 - npm install 16 - npm install
17 - npm run build
16 18
17 test: 19 test:
18 stage: test 20 stage: test
19 script: 21 script:
22 - ls
23 - ls node_modules/.bin
20 - npm run test 24 - npm run test
...\ No newline at end of file ...\ No newline at end of file
......