diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:28:20 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:28:20 +0000 |
commit | 64a648746c21e4de31c58adff48137ce1a9f7cbf (patch) | |
tree | 0372a25c84b14902155180d78875917f275d78a2 /.gitlab-ci.yml | |
parent | ae24729c935c898806dbcb8c784bd079e1ca6f26 (diff) |
Added xslt library for testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7fab4e..20e64d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ test:jessie: &test variables: DISTRO: jessie script: - - apt-get install libxml2-dev + - apt-get install libxml2-dev libxslt1-dev - bundle install -j $(nproc) --path vendor/bundle --binstubs - bundle exec rake test:unit |