Skip to content

Commit 86b0d61

Browse files
committed
Fix yaml again
1 parent 61c38af commit 86b0d61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitlab-ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ build:redox:
1818

1919
test:linux:
2020
stage: test
21-
dependencies: build:linux
21+
dependencies:
22+
- build:linux
2223
script: cargo +nightly test --verbose
2324

2425
test:redox:
2526
stage: test
26-
dependencies: build:redox
27+
dependencies:
28+
- build:redox
2729
script: redoxer test --verbose

0 commit comments

Comments
 (0)