stage('ui tests') {
    steps {
        echo 'ui tests'
        sh 'npm run test:ui'
    }
}
