Browse Source

Update .gitlab-ci.yml

merge-requests/1/merge
Christoph Haas 6 years ago
parent
commit
13ca532749
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .gitlab-ci.yml

+ 3
- 3
.gitlab-ci.yml View File

@@ -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


Loading…
Cancel
Save