diff options
author | Pedro Alvarez Piedehierro <palvarez89@gmail.com> | 2017-07-18 00:02:23 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-19 21:42:27 +0900 |
commit | 7f6ed26674bd567dd1ce63a3fe844eb6646d9c39 (patch) | |
tree | c54e28ab95cec639c729d4672db3aa19faa9999d /.gitlab-ci.yml | |
parent | 96fca9b272fe8ecd3443307fc8d5beb3b24cadcf (diff) | |
download | buildstream-7f6ed26674bd567dd1ce63a3fe844eb6646d9c39.tar.gz |
.gitlab-ci.yml: Install bzr to run tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |