Commit faefb647 authored by nanahira's avatar nanahira

fix

parent 6f743180
Pipeline #576 failed with stage
in 5 minutes and 29 seconds
......@@ -15,18 +15,18 @@ before_script:
- cp tests/ansible.cfg .
- chmod 700 .
test_in_docker:
debian:
stage: test
tags:
- linux
image: debian:buster-slim
script:
- mkdir /run/sshd
- sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
test_in_vm:
vm:
stage: test
tags:
- vc
......
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