diff options
author | drebs <drebs@leap.se> | 2016-12-01 09:25:17 -0200 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-12-08 13:11:57 -0300 |
commit | 334cd4514b67cc41a35a05e8e460855da6a92003 (patch) | |
tree | f34fece0a0b75232bb23c7b6e2c5de933dced3bf | |
parent | ee5c8675eb68b075552a03a914699c841a98306e (diff) |
[test] configure baremetal gitlab ci runnerfeature/streaming-transfer
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d11a4d1e..d93af13d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,12 +25,8 @@ tests: benchmark: stage: benchmark - image: leapcode/soledad:latest - services: - - couchdb script: - cd testing - - tox -e benchmark -- --couch-url http://couchdb:5984 + - tox -e benchmark tags: - - docker - benchmark |