This commit is contained in:
Marcel Otte 2016-03-27 20:49:33 +02:00
parent d9958cb7b2
commit 8b8b0f8d70
1 changed files with 6 additions and 6 deletions

View File

@ -11,9 +11,9 @@ build-c:
- libcmdlineoptions.*
- tests-*
test-c:
stage: test
script:
- cd c; make test
dependencies:
- build-c
#test-c:
#stage: test
#script:
#- cd c; make test
#dependencies:
#- build-c