diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index 64de69f135..e8252dbd5f 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -336,13 +336,13 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (done) => { }); gulp.task('test', [ + 'test:e2e:safe', 'test:common:safe', // 'test:content:safe', 'test:server_side:safe', 'test:karma:safe', 'test:api-legacy:safe', 'test:api:safe', - 'test:e2e:safe' ], () => { let totals = [0,0,0];