Commit 62f520ee authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

refactor(yaml): replace anchors with ref tags

parent 3adee38e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ stages:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "robotframework", "4.0.1" ]
  before_script:
    - *robotframework-scripts
    - !reference [.robotframework-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"

robotframework-lint: