summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18522cdb..ac2ae1f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
stages:
- code-check
- tests
- - benchmark
# Cache tox envs between builds
cache:
@@ -24,11 +23,3 @@ tests:
- tox -- --couch-url http://couchdb:5984
tags:
- couchdb
-
-benchmark:
- stage: benchmark
- script:
- - cd testing
- - tox -e benchmark
- tags:
- - benchmark