Fix test step dependency

This commit is contained in:
David Boddie
2019-07-22 20:12:26 +02:00
parent fa32a03fbf
commit 7c53d75718

View File

@ -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