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

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

diff --git a/templates/gitlab-ci-cypress.yml b/templates/gitlab-ci-cypress.yml
index 79a04e0..cbcf6f3 100644
--- a/templates/gitlab-ci-cypress.yml
+++ b/templates/gitlab-ci-cypress.yml
@@ -259,7 +259,7 @@ cypress:
       command: ["--service", "cypress", "3.3.1"]
   stage: acceptance
   before_script:
-    - *cypress-scripts
+    - !reference [.cypress-scripts]
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
     # retrieve server url to test from 'environment_url.txt' file
     - eval_base_url
-- 
GitLab