From df945b45d6289288552a5d28628110e09f4c1653 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sun, 18 Nov 2018 12:03:26 +0100 Subject: [PATCH] gitlab-cy.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 254667f..414bc1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ansible/ubuntu14.04-ansible +image: ansible/centos7-ansible before_script: - which ssh-agent || ( apt-get update -qq -y && apt-get -q -y -o Dpkg::Use-Pty=0 install openssh-client )