aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 0836a4c86a19079198b256fc9d93ee45b2caa6ae (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
  script:
    - bash tests/run.sh break