Commit 3e423276 authored by nanahira's avatar nanahira

fix ci

parent 1ec77dc8
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
script: before_script:
- apt update && apt -y install python3-pip tar wget - apt update && apt -y install python3-pip tar wget
- pip3 install -U pip - pip3 install -U pip
- pip install -U ansible - pip install -U ansible
...@@ -13,16 +13,21 @@ script: ...@@ -13,16 +13,21 @@ script:
- cd tests - cd tests
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf - - wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
- ansible-playbook test.yml --syntax-check
- ansible-playbook test.yml
test_in_vm: test_in_vm:
stage: test stage: test
tags: tags:
- vc - vc
script:
- ansible-playbook test.yml --syntax-check
- ansible-playbook test.yml
test_in_container: test_in_container:
stage: test stage: test
tags: tags:
- linux - linux
image: debian:buster-slim image: debian:buster-slim
script:
- ansible-playbook test.yml --syntax-check
- ansible-playbook 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