corrected silly path error

This commit is contained in:
Marcel Otte 2016-03-27 20:53:44 +02:00
parent 8529bff989
commit 89f7c53e4d
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ build-c:
- cd c; make - cd c; make
artifacts: artifacts:
paths: paths:
- libcmdlineoptions.so - c/libcmdlineoptions.*
- libcmdlineoptions.a - c/tests-*
#test-c: #test-c:
#stage: test #stage: test