From f129c4dfe57be158d86ae70d829dca70bd732cb7 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 1 Sep 2017 21:27:38 -0400 Subject: .gitlab-ci.yml: Fixed to not try to upgrade stuff When trying to upgrade psutils the image requires gcc, which the image doesnt have available. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03ad4c708..ef4149635 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ tests: integration_tests: script: - dnf install -y findutils bzr - - pip3 install --upgrade . + - pip3 install . - git clone https://gitlab.com/BuildStream/buildstream-tests.git - cd buildstream-tests - ./run-test.sh --arg --colors test -- cgit v1.2.1