diff --git a/Jenkinsfile b/Jenkinsfile index cdb86a0..41fce7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Test') { steps { sh 'python3 --version' - sh 'pip3 --verison' + sh 'pip3 --version' sh 'pip3 list' } }