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