diff --git a/Jenkinsfile b/Jenkinsfile index 3ecb7635c..a5cfbf673 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { // env.NODE_ENV = 'production' // env.BACK_REPLICAS = 1 // break - case 'jest-ci': + case 'test': env.NODE_ENV = 'test' env.BACK_REPLICAS = 1 break