diff options
author | drebs <drebs@leap.se> | 2016-12-01 09:25:17 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:17:52 -0200 |
commit | 086fc21058314e0a3b13b06af3905ca5c3ee311e (patch) | |
tree | 3cf07984ad57a2b25451e3a30f8c930c51f05af4 | |
parent | 7877527fe64eaee1f7f107913a4a3dc78767a338 (diff) |
[test] configure baremetal gitlab ci runner
-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 |