summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a1f4b1b387c59c74a4c903bc50226ab036f9c1aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: debian:stretch

before_script:
  - apt-get update -y
  - apt-get install -y -qq python-dev python-pip
  # Deps for running tests
  - apt-get install -y -qq cmdtest curl git
  # Deps for lorry-controller
  - apt-get install -y -qq python-bottle python-flup python-requests
  - pip install yoyo-migrations==6.1.0
run-check:
  script:
  - sh check