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