summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 820dbd2a15753db6a177f7963971d7012e447c04 (plain)
1
2
3
4
5
6
tests:
  image: leapcode/soledad:1.0
  services:
  - couchdb
  script:
  - cd testing; tox -- --couch-url http://couchdb:5984