diff options
| author | drebs <drebs@leap.se> | 2016-12-17 15:05:13 -0200 | 
|---|---|---|
| committer | drebs <drebs@leap.se> | 2016-12-17 15:05:13 -0200 | 
| commit | e28cd85b37f362a8748861da8eb846a65df39369 (patch) | |
| tree | d79d8860661b45744637b9ccc3e87920f020343a | |
| parent | feb14a1eadb894f16fcfd09ee6d229d6dfb35569 (diff) | |
[test] add couchdb tag for tests
| -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  | 
