Jenkins fixes

This commit is contained in:
Juan Ferrer 2019-01-26 14:57:09 +01:00
parent 1a991c92b5
commit 50eb5e10e1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -61,7 +61,7 @@ pipeline {
}
steps {
withEnv(['NODE_ENV=']) {
sh "karma start"
sh "node_modules/.bin/karma start"
sh "gulp docker"
sh "gulp backendUnitTest --junit"
sh "docker rm -f salix-db"