aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index b94460c..859af7c 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -14,15 +14,13 @@ lint:
test:
stage: test
script:
- - lein deps
- lein test
pages:
stage: pages
coverage: '/ALL FILES.*?(\d+\.\d+)/'
script:
- - lein doc # outputs to public/api/
- - lein cloverage -o public/coverage/
+ - lein docs
artifacts:
paths:
- public