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: ...@@ -18,8 +18,8 @@ test_in_vm:
tags: tags:
- vc - vc
script: script:
- ansible-playbook -i tests/inventory.yaml test.yml --syntax-check - ansible-playbook -i tests/inventory.yaml tests/test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml test.yml - ansible-playbook -i tests/inventory.yaml tests/test.yml
test_in_container: test_in_container:
stage: test stage: test
...@@ -27,5 +27,5 @@ test_in_container: ...@@ -27,5 +27,5 @@ test_in_container:
- linux - linux
image: debian:buster-slim image: debian:buster-slim
script: script:
- ansible-playbook -i tests/inventory.yaml test.yml --syntax-check - ansible-playbook -i tests/inventory.yaml tests/test.yml --syntax-check
- ansible-playbook -i tests/inventory.yaml test.yml - 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