diff options
-rw-r--r-- | jjb/functest/functest.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 15bddb90b..3036e70b7 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -500,7 +500,7 @@ repo: _ port: container: alpine - tag: 3.10 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-rmi' @@ -510,7 +510,7 @@ repo: _ port: container: alpine - tag: 3.10 + tag: '3.10' slave: master jobs: - 'functest-{repo}-{container}-{tag}-pull' |