diff options
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3bb9230..9aaf0f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { sh 'pip3 install selenium -U -q' sh 'python3 -m pytest ./app/test/test_signup.py' sh 'python3 -m pytest ./app/test/test_login.py' + sh 'python3 -m pytest ./app/test/test_next_essay.py' } } stage('DeployIt') { |