diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy index 5e7a5774b7..74c723a874 100644 --- a/JenkinsfileDeploy +++ b/JenkinsfileDeploy @@ -2,7 +2,7 @@ def tag = env.TAG_NAME def version = tag.substring(1) // Remove the first character of the tag which is 'v' def machines = '[dom daint eiger pilatus tsa]' // To be included in the PR title def reviewersPR = 'teojgo,vkarak' // The Github usernames requested for review -def ebTemplate = '3.8.3' // The eb recipe of ReFrame to use as template +def ebTemplate = '3.9.1' // The eb recipe of ReFrame to use as template stage('Deploy Tests') { node('daint') {