diff options
-rw-r--r-- | jjb/functest/functest.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |