summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-01 21:44:28 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-01 21:44:28 -0400
commit347ddcd2b75aebba747a7f78f7a47c1a544d95e7 (patch)
treeb26a7963b669855193bded2c1def3a3cd168ea6c
parent9267162ac98c27a92167059919ee16b778702372 (diff)
downloadbuildstream-fix-gitlab-ci.tar.gz
.gitlab-ci.yml: Fixed to not try to upgrade stufffix-gitlab-ci
When trying to upgrade psutils the image requires gcc, which it doesnt have.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c73fa303..ef4149635 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,7 @@ tests:
integration_tests:
script:
- dnf install -y findutils bzr
- - pip3 install --upgrade pip
- - pip3 install --upgrade .
+ - pip3 install .
- git clone https://gitlab.com/BuildStream/buildstream-tests.git
- cd buildstream-tests
- ./run-test.sh --arg --colors test