diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 762e0e7..e079a0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,9 @@ build-c: stage: build script: - cd c; make + artifacts: + - libcmdlineoptions.* + - tests-* test-c: stage: test