From ae24729c935c898806dbcb8c784bd079e1ca6f26 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Mon, 20 Mar 2017 13:25:59 +0000 Subject: Added xml2-dev to test environment --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1