summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 1a57b20c346ff1ecfc8d69b1cf3986afa146f431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: python:slim

before_script:
  - pip3 install -r requirements.txt

stages:
  - test

job1:
  stage: test
  script:
    - python3 ./cli.py test_ci