This is an automated email from the ASF dual-hosted git repository. root pushed a commit to branch fix-gitlab-ci in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 9267162ac98c27a92167059919ee16b778702372 Author: Tristan Van Berkom <[email protected]> AuthorDate: Fri Sep 1 21:43:19 2017 -0400 Trying another thing --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc9ce9d..5c73fa3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,8 @@ tests: integration_tests: script: - dnf install -y findutils bzr - - pip3 install --user -e . + - pip3 install --upgrade pip + - pip3 install --upgrade . - git clone https://gitlab.com/BuildStream/buildstream-tests.git - cd buildstream-tests - ./run-test.sh --arg --colors test
