gulp.task('karma:ci', function(done) {
    unitConfig.singleRun = true;
    unitConfig.autoWatch = false;

    karma.start(unitConfig, done);