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