summaryrefslogtreecommitdiff
path: root/.gitlab/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/test.yml')
-rw-r--r--.gitlab/test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml
index e44a90d..07bf4c6 100644
--- a/.gitlab/test.yml
+++ b/.gitlab/test.yml
@@ -17,6 +17,7 @@ size:
- echo $CURRENT_SIZE
- test "$MAX_SIZE" -gt "$CURRENT_SIZE"
needs: ['build-docker-image']
+ dependencies: []
lint:
stage: test
@@ -26,6 +27,7 @@ lint:
- bin/setup
- bin/lint
needs: []
+ dependencies: []
.rspec:
stage: test
@@ -43,10 +45,12 @@ lint:
paths:
- coverage/coverage.xml
- rspec.xml
+ expire_in: 1 week
reports:
cobertura: coverage/coverage.xml
junit: rspec.xml
needs: ['build-docker-image']
+ dependencies: []
unit:
extends: .rspec