12 lines
205 B
YAML
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 .
|