Commit 78af4ed6 authored by nanahira's avatar nanahira

fix ci

parent 1fef9a90
Pipeline #450 failed with stage
in 2 minutes and 22 seconds
......@@ -18,8 +18,8 @@ test_in_vm:
tags:
- vc
script:
- ansible-playbook -i tests/inventory.yaml test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml test.yml
- ansible-playbook -i tests/inventory.yaml tests/test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml tests/test.yml
test_in_container:
stage: test
......@@ -27,5 +27,5 @@ test_in_container:
- linux
image: debian:buster-slim
script:
- ansible-playbook -i tests/inventory.yaml test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml test.yml
- ansible-playbook -i tests/inventory.yaml tests/test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml tests/test.yml
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment