diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d93af13d..18522cdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,8 @@ tests:    script:      - cd testing      - tox -- --couch-url http://couchdb:5984 +  tags: +    - couchdb  benchmark:    stage: benchmark  | 
