From 07d2c56b804af81c2d44f3b9df4de918508e955d Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 29 Nov 2015 17:31:42 +0100 Subject: [PATCH] Yet... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c64f71..bbe59d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: debian:8 before_script: - apt-get update -qy - - apt-get install -y python-pip + - apt-get install -y python-dev python-pip - pip install ansible job1: