Skip to content
Snippets Groups Projects
.gitlab-ci.yml 190 B
Newer Older
kaiyou's avatar
kaiyou committed
stages:
  - test

test:
  stage: test
kaiyou's avatar
kaiyou committed
  image: python:3.10-slim
kaiyou's avatar
kaiyou committed
  script:
    - poetry install
    - poetry run playwright install
    - nohup poetry run flask run &
    - poetry run pytest