From 68ba4605482041ba71c82029acfdabf0cd8cf1eb Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Tue, 29 Jan 2019 11:07:37 +0100 Subject: [PATCH] removed gulp docker from gulp backTest sequence --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });