aboutsummaryrefslogtreecommitdiffstats
path: root/functest/cli/commands/cli_tier.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/cli/commands/cli_tier.py')
-rw-r--r--functest/cli/commands/cli_tier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/cli/commands/cli_tier.py b/functest/cli/commands/cli_tier.py
index aa0541981..fa2de587c 100644
--- a/functest/cli/commands/cli_tier.py
+++ b/functest/cli/commands/cli_tier.py
@@ -65,9 +65,9 @@ class CliTier:
"Run first 'functest env prepare'")
else:
if noclean:
- cmd = ("python %s/ci/run_tests.py "
+ cmd = ("python %s/functest/ci/run_tests.py "
"-n -t %s" % (FUNCTEST_REPO, tiername))
else:
- cmd = ("python %s/ci/run_tests.py "
+ cmd = ("python %s/functest/ci/run_tests.py "
"-t %s" % (FUNCTEST_REPO, tiername))
ft_utils.execute_command(cmd)