From e89a7949c9e3e1785d2bf9cfd31aa4e4a9edac3e Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 29 Nov 2015 17:05:29 +0100 Subject: [PATCH] Yet another another... --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 482ba65..1c64f71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ image: debian:8 before_script: + - apt-get update -qy + - apt-get install -y python-pip - pip install ansible job1: