summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-18 00:02:23 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-19 21:42:27 +0900
commit7f6ed26674bd567dd1ce63a3fe844eb6646d9c39 (patch)
treec54e28ab95cec639c729d4672db3aa19faa9999d
parent96fca9b272fe8ecd3443307fc8d5beb3b24cadcf (diff)
downloadbuildstream-7f6ed26674bd567dd1ce63a3fe844eb6646d9c39.tar.gz
.gitlab-ci.yml: Install bzr to run tests
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7f86e4b4..03ad4c708 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,7 @@ before_script:
#
tests:
script:
+ - dnf install -y bzr
- python3 setup.py test
# Run integration tests