pyinfra/.gitlab-ci.yml
2023-11-28 09:20:22 +01:00

12 lines
205 B
YAML

include:
- project: "Gitlab/gitlab"
ref: 0.3.0
file: "/ci-templates/research/python_pkg_venv_test_build_release_gitlab-ci.yml"
default:
image: python:3.10
run-tests:
script:
- pytest .