From 13ca5327491a664d3aa82a80d3cae3dfae9f2c89 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 12 Aug 2019 17:26:11 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab6b623..c91cd4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ -image: williamyeh/ansible:debian8 - job1: - script: "ansible-playbook ispmail.yml -l localhost" + script: + - cd ansible + - ansible-playbook ispmail.yml -l localhost tags: - debian - buster