diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:25:59 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:25:59 +0000 |
commit | ae24729c935c898806dbcb8c784bd079e1ca6f26 (patch) | |
tree | cf863e764f9d06ce04a32b06622d5fd1c563a046 | |
parent | 47d3ddcb320675911ec4e55eb5823ebbceeb3687 (diff) |
Added xml2-dev to test environment
-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 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 |