diff --git a/gulpfile.js b/gulpfile.js index f100e66ad7..f490e11910 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -100,7 +100,7 @@ function backTest(done) { nodemon({ exec: gulpBin, - args: ['dockerAndBackTest'], + args: ['backendUnitTest'], watch: backSources, done: done });