diff --git a/Jenkinsfile b/Jenkinsfile index 8181674..c4ab670 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { } stage('mypy') { steps { - sh '${POETRY_HOME}/bin/poetry run mypy' + sh '${POETRY_HOME}/bin/poetry run mypy pysuperconductor' } } }