diff --git a/gulpfile.js b/gulpfile.js index 956552aa6..b37add45d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -78,7 +78,7 @@ gulp.task('e2e-only', () => { if (argv.show || argv.s) process.env.E2E_SHOW = true; - return gulp.src('./e2e/tests.js') + return gulp.src('./e2e_tests.js') .pipe(jasmine({reporter: 'none'})); });