removed gulp docker from gulp backTest sequence

This commit is contained in:
Carlos Jimenez Ruiz 2019-01-29 11:07:37 +01:00
parent fc450168c9
commit 68ba460548
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function backTest(done) {
nodemon({
exec: gulpBin,
args: ['dockerAndBackTest'],
args: ['backendUnitTest'],
watch: backSources,
done: done
});