Commit c85a775e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

refactor(yaml): replace anchors with ref tags

parent a9ce72e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ playwright:
    paths:
      - $PLAYWRIGHT_PROJECT_DIR/.npm/
  before_script:
    - *playwright-scripts
    - !reference [.playwright-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
    - eval_env_url
    - cd "$PLAYWRIGHT_PROJECT_DIR"