12 lines
279 B
YAML
12 lines
279 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:
|
|
- echo "Disabled until we have an automated way to run docker compose before tests."
|