summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 629ceaf92905771a8a845d8a72d2a73f82b6239e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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:
  - env
  - sh check