Fix test step dependency
This commit is contained in:
@ -23,7 +23,7 @@ test:
|
|||||||
<<: *tags
|
<<: *tags
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build_meson
|
||||||
script:
|
script:
|
||||||
- export LC_ALL=C.UTF-8
|
- export LC_ALL=C.UTF-8
|
||||||
- ninja -C _build test
|
- ninja -C _build test
|
||||||
|
|||||||
Reference in New Issue
Block a user