From 8bf2f4d95792ee7f15c48d411b41584fc5dd69ba Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 8 Dec 2023 15:18:37 +0100
Subject: [PATCH] refactor(yaml): replace anchors with ref tags

---
 templates/gitlab-ci-python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index bc3f7f7..2dd59e4 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -817,7 +817,7 @@ stages:
       - ${POETRY_CACHE_DIR}
       - ${PIPENV_CACHE_DIR}
   before_script:
-    - *python-scripts
+    - !reference [.python-scripts]
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
     - cd ${PYTHON_PROJECT_DIR}
     - guess_build_system
-- 
GitLab