diff --git a/Jenkinsfile b/Jenkinsfile index 97efd51..9360d1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { sh 'rm -fr ./_docker-runner' sh 'npm install' sh 'npm rebuild' - sh 'npm install --quiet grunt-cli sqlite3' + sh 'npm install --quiet grunt-cli' } } stage('Compile and Test') {