aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-05 02:24:12 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-13 04:17:30 +0100
commitd93ab4817b9e0cd5f29851722aa8ed9e39a04f32 (patch)
treed6661d03fe6f2c5ae29474b776473869ba00fb4c
parentd0e94d5f1baac7a19d6cdd33b1f54470041e7227 (diff)
downloadpleroma-d93ab4817b9e0cd5f29851722aa8ed9e39a04f32.tar.gz
.gitlab-ci.yml: Adds credo to the chain
Not really sure about the order in which this is but it feels right because credo is more about checking if a ~working code could need some improvements.<M-1>
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30589c9c5..187381af7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ cache:
stages:
- lint
- test
+ - analysis
before_script:
- mix local.hex --force
@@ -37,3 +38,8 @@ unit-testing:
stage: test
script:
- mix test --trace --preload-modules
+
+analysis:
+ stage: analysis
+ script:
+ - mix credo list