added dependency to test job

This commit is contained in:
Marcel Otte 2016-03-27 20:32:43 +02:00
parent e4f46235f3
commit 97b1fbbb3d
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ test-c:
stage: test
script:
- cd c; make test
dependencies:
- build-c