Skip to content
Snippets Groups Projects
.gitlab-ci.yml 173 B
before_script:
  - apt-get update -qq && apt-get install -y -qq python3.6 python3-pip
  - pip3 install -r requirements.txt

pytestCI:
  script:
    - python3 -m pytest test