diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:31:43 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:31:43 +0000 |
commit | 36cdba8c351a20717593d6b2cc08685e425c8db0 (patch) | |
tree | 5e1136b1d25151498a3b8347ea8529fcae70d134 | |
parent | 64a648746c21e4de31c58adff48137ce1a9f7cbf (diff) |
Added libpq-dev
-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 20e64d1..0fa31d9 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 libxslt1-dev + - apt-get install libxml2-dev libxslt1-dev libpq-dev - bundle install -j $(nproc) --path vendor/bundle --binstubs - bundle exec rake test:unit |