1 2 3 4 5 6 7 8 9 10 11 12
include: - local: '.gitlab/templates.yml' image: registry.gitlab.com/wizrds/rust-python-docker:1.81_3.12 stages: !reference [.stages, stages] lint_commit: extends: .lint_commit unit_tests: extends: .unit_tests