@@ -54,7 +54,7 @@ node{
try {
// Exporter la variable d'environnement NODE_OPTIONS
- sh ' npm run test-ci'
+ sh 'npm run test-ci -- ng test --karma-config=karma-ci.conf.js --no-progress'
} catch(err) {
sh 'echo TEST FAILED'