added dependency to test job
This commit is contained in:
parent
e4f46235f3
commit
97b1fbbb3d
|
@ -12,3 +12,5 @@ test-c:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd c; make test
|
- cd c; make test
|
||||||
|
dependencies:
|
||||||
|
- build-c
|
||||||
|
|
Loading…
Reference in New Issue