diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-05-24 03:14:06 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-05-24 03:15:07 -0400 |
commit | 170bc3ae2cfa396c6a48b09dd91d0769e7749280 (patch) | |
tree | bfa28d61944db4041e38afe058cc79e074ebb4fa /jjb/yardstick/yardstick-project-jobs.yml | |
parent | 3638eaa6af53d32bda130d843bc17123ec9ef3bb (diff) |
Yardstick: change the /ci directory path
JIRA: YARDSTICK-269
Change-Id: Ibaf305db81d3a24164e9791249408f09cdd41e27
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/yardstick/yardstick-project-jobs.yml')
-rw-r--r-- | jjb/yardstick/yardstick-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml index f06bf7077..c6f317386 100644 --- a/jjb/yardstick/yardstick-project-jobs.yml +++ b/jjb/yardstick/yardstick-project-jobs.yml @@ -121,7 +121,7 @@ # install python packages easy_install -U setuptools easy_install -U pip - pip install -r ci/requirements.txt + pip install -r tests/ci/requirements.txt pip install -e . # unit tests |