summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 49844b4e98c77d3e8473a0970066c1fc69f6684f (plain)
1
2
3
4
5
6
7
8
stages:
  - test

test:
  image: leapcode/soledad:latest
  stage: test
  script:
    - tox --recreate