diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e079a0c..573fda9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,9 @@ build-c: script: - cd c; make artifacts: - - libcmdlineoptions.* - - tests-* + paths: + - libcmdlineoptions.* + - tests-* test-c: stage: test