summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-01 21:27:38 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-01 21:51:38 -0400
commitf129c4dfe57be158d86ae70d829dca70bd732cb7 (patch)
treeb26a7963b669855193bded2c1def3a3cd168ea6c /.gitlab-ci.yml
parentb051d7d41bda5d7d4e1ff6e94f666e424b7a3d57 (diff)
downloadbuildstream-f129c4dfe57be158d86ae70d829dca70bd732cb7.tar.gz
.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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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