Commit 3bfdd3ae authored by MR●Pang's avatar MR●Pang Committed by Marcel Amirault

fix: fix dependencies example error

parent 62ba2ee9
......@@ -1430,13 +1430,13 @@ test osx:
stage: test
script: make test:osx
dependencies:
- build:osx
- build osx
test linux:
stage: test
script: make test:linux
dependencies:
- build:linux
- build linux
deploy:
stage: deploy
......
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