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