From 4afa78f7595547ea1257015ffeb877d11dec3990 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 22 Sep 2018 08:34:52 +0100 Subject: [PATCH] Try to get CI to work with stretch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a97ae6d..5ff12cf 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 pkg-config apache2-threaded-dev apache2-mpm-worker swig libpam0g-dev python-dev python-setuptools python-mox python-flask python-flup python-werkzeug python-nose python-m2crypto python-beautifulsoup" + - "apt-get install -q -y autoconf automake libtool pkg-config apache2-dev apache2 swig libpam0g-dev python-dev python-setuptools python-mox python-flask python-flup python-werkzeug python-nose python-m2crypto python-beautifulsoup" - "./autogen.sh && ./configure --enable-pam-sso --enable-mod-sso && make check" build:src: -- GitLab