Fixed gitlab CI config
This commit is contained in:
parent
188a3c83ac
commit
08d07b1eb9
2 changed files with 5 additions and 3 deletions
|
@ -5,5 +5,7 @@ cache:
|
|||
- node_modules/
|
||||
|
||||
test:
|
||||
before_script: npm install
|
||||
script: npm test
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
- npm test
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
"tk-base": "^0.1.6"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue