summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2017-08-24 21:07:15 +0100
committerChandan Singh <csingh43@bloomberg.net>2017-09-09 20:58:51 +0100
commitb1b5cd56386272b04487eb7563198215ce9ae9a1 (patch)
tree5c09f732771aaf8764a27c28b5bc59aa8e2d4f99 /.gitlab-ci.yml
parent393ac353605bc6f8b13f3f6c3a7d8ef5b7e2db87 (diff)
downloadbuildstream-b1b5cd56386272b04487eb7563198215ce9ae9a1.tar.gz
Add patch source plugin
Fixes #63
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 ca4385f73..0f1d3e691 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ before_script:
pytest:
stage: test
script:
- - dnf install -y bzr
+ - dnf install -y bzr patch
- python3 setup.py test
- mkdir -p coverage-pytest/
- cp .coverage.* coverage-pytest/coverage.pytest