From 5dd0c18e04f76b30cb45eb3bb63c83de4021d794 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 29 Nov 2015 19:02:22 +0100 Subject: [PATCH] Make sure 'patch' is installed to succeed CI tests --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a9212b..96ca14f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: williamyeh/ansible:debian8 +before_script: + - apt-get update + - apt-get -y install patch + variables: HOSTNAME: default.example.org