diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 7d468348e..fc0718a9c 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -104,6 +104,8 @@ fi if [ "{tag}" = "latest" ]; then py=3.7 + elif [ "{tag}" = "jerma" ]; then + py=3.7 elif [ "{tag}" = "iruya" ]; then py=3.6 else