Commit 7052e312 authored by nanahira's avatar nanahira

fix ci

parent 3e423276
stages: stages:
- test - run
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
...@@ -16,7 +16,7 @@ before_script: ...@@ -16,7 +16,7 @@ before_script:
test_in_vm: test_in_vm:
stage: test stage: run
tags: tags:
- vc - vc
script: script:
...@@ -24,7 +24,7 @@ test_in_vm: ...@@ -24,7 +24,7 @@ test_in_vm:
- ansible-playbook test.yml - ansible-playbook test.yml
test_in_container: test_in_container:
stage: test stage: run
tags: tags:
- linux - linux
image: debian:buster-slim image: debian:buster-slim
......
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