From 432063ead54fb6d29dd40d8048411054e9c5a8a6 Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Mon, 28 Aug 2023 17:31:59 +0200 Subject: [PATCH] fix template path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b760b3..cc7cd5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - templates include: - - local: 'templates/python/python_install/python_install.yml' + - local: 'templates/python/partial/python_install/python_install.yml' - local: 'templates/python/testing/pytest/pytest.yml' - local: 'templates/python/code_quality/flake8/flake8.yml' - local: 'templates/python/code_quality/black/black.yml' -- GitLab