Showing
1 changed file
with
5 additions
and
1 deletions
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 | ... | ... |
-
Please register or sign in to post a comment