aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 13:25:59 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 13:25:59 +0000
commitae24729c935c898806dbcb8c784bd079e1ca6f26 (patch)
treecf863e764f9d06ce04a32b06622d5fd1c563a046 /.gitlab-ci.yml
parent47d3ddcb320675911ec4e55eb5823ebbceeb3687 (diff)
Added xml2-dev to test environment
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 001dc74..e7fab4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ test:jessie: &test
variables:
DISTRO: jessie
script:
+ - apt-get install libxml2-dev
- bundle install -j $(nproc) --path vendor/bundle --binstubs
- bundle exec rake test:unit