Skip to content
Snippets Groups Projects
Commit 13779011 authored by kaiyou's avatar kaiyou
Browse files

Fix CI syntax

parent bca729ce
No related branches found
No related tags found
No related merge requests found
Pipeline #29272 failed
......@@ -35,13 +35,17 @@ compile:
upload:
stage: test
needs:
- compile
<<: *ansible-job
script:
- ansible $ANSIBLE_ARGS -m include_tasks -a file=ansible/ciupload.yaml localhost
test-cluster:
stage: test
needs: upload
needs:
- upload
dependencies: []
<<: *ansible-job
parallel:
matrix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment