gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 11:56:57 +01:00
parent 9d9f9deee9
commit 174e730f71

View File

@ -1,4 +1,4 @@
image: geerlingguy/docker-debian9-ansible
image: ansible/centos7-ansible
before_script:
- which ssh-agent || ( apt-get update -qq -y && apt-get install openssh-client -qq -y )