From ca94d98f27a2a2b397a6a7f770550f9ce615c340 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 6 Jul 2017 21:51:30 +0100
Subject: [PATCH] Install python-pylibmc in the test env

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f528ac2..161c834 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ run_tests:
   stage: test
   image: "ai/test:base"
   script:
-    - "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev"
+    - "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev python-pylibmc"
     - "(cd pam && ./autogen.sh && ./configure && make)"
     - "tox -e py27"
 
-- 
GitLab