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

before_script:
  - apt-get update -y
  - apt-get install -y -qq python3-dev python3-pip
  # Deps for running tests
  - apt-get install -y -qq cmdtest curl git
  # Deps for lorry-controller
  - apt-get install -y -qq python3-bottle python3-requests
  - pip3 install flup
  - pip3 install yoyo-migrations
  - pip3 install pyyaml
  - pip3 install https://gitlab.com/trovekube/cliapp/-/archive/cliapp-1.20180812.1/cliapp-cliapp-1.20180812.1.tar.gz
run-check:
  script:
  - sh check