aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 21e7fea138081758587edb6c5a6457b42b3a340f (plain)
1
2
3
4
5
6
7
debian:
  stage: test
  image: debian:stable
  before_script:
    - apt-get -qq update && apt-get -qq install -y python python-yaml
  script:
    - bash tests/run.sh break