Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2019-02-13 16:26:49 +01:00
parent f3e3c1bbae
commit fca040112a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -70,7 +70,7 @@ pipeline {
steps {
nodejs('node-lts') {
sh 'karma start --junit'
sh 'gulp backTestDocker --junit --random --run-chown'
sh 'gulp backTestDockerOnce --junit --random --run-chown'
}
}
}