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: ...@@ -15,18 +15,18 @@ before_script:
- cp tests/ansible.cfg . - cp tests/ansible.cfg .
- chmod 700 . - chmod 700 .
test_in_docker: debian:
stage: test stage: test
tags: tags:
- linux - linux
image: debian:buster-slim image: debian:buster-slim
script: script:
- mkdir /run/sshd - mkdir /run/sshd
- sshd - /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check - ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml - ansible-playbook tests/test.yml
test_in_vm: vm:
stage: test stage: test
tags: tags:
- vc - 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