summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 28c664ce591f8bf94910e653a5db099b8fc12268 (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
run-check:
  script:
  - sh check