From 66341000379f5b22e2ac10a0211bbfcdc087267e Mon Sep 17 00:00:00 2001 From: s0dy Date: Sun, 18 Nov 2018 12:01:28 +0100 Subject: [PATCH] gitlab-cy.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7ed16..254667f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ -image: ansible/centos7-ansible +image: ansible/ubuntu14.04-ansible before_script: - - which ssh-agent || ( apt-get update -qq -y && apt-get install openssh-client -qq -y ) + - which ssh-agent || ( apt-get update -qq -y && apt-get -q -y -o Dpkg::Use-Pty=0 install openssh-client ) # Run ssh-agent (inside the build environment) - eval $(ssh-agent -s)