Skip to content
Snippets Groups Projects
.gitlab-ci.yml 184 B
Newer Older
stages:
  - test

test:
   stage: test
   tags:
      - docker
   image: python:3.8
   script:
      - pip install --user pytest
Christoph Alt's avatar
Christoph Alt committed
      - pip install --user .
      - python -m pytest