diff options
Diffstat (limited to 'xtesting/ci/testcases.yaml')
-rw-r--r-- | xtesting/ci/testcases.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml index f74d012e..5e9478a6 100644 --- a/xtesting/ci/testcases.yaml +++ b/xtesting/ci/testcases.yaml @@ -60,7 +60,7 @@ tiers: name: 'robotframework' args: suites: - - /usr/lib/python3.6/site-packages/xtesting/samples/HelloWorld.robot + - /usr/lib/python3.7/site-packages/xtesting/samples/HelloWorld.robot variable: - 'var01:foo' - 'var02:bar' @@ -77,7 +77,7 @@ tiers: name: 'behaveframework' args: suites: - - /usr/lib/python3.6/site-packages/xtesting/samples/features/ + - /usr/lib/python3.7/site-packages/xtesting/samples/features/ tags: - foo |