summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-14 22:13:26 -0600
committermo khan <mo.khan@gmail.com>2020-06-14 22:13:26 -0600
commit9b60586f2d3020baa1d196844eef65cb0a044f6b (patch)
treeff8fc222e63a1150bfdd7ac039d068386e9cb7cc /.gitlab-ci.yml
parente8eeaa28eae8e201e77256140f00e4f29b09f212 (diff)
Try to export junit report
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bfe621..45f1b57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,7 @@
test:
stage: test
- script:
- - make
+ script: make ci
+ artifacts:
+ reports:
+ junit:
+ - ./junit/*.xml