Loading templates/gitlab-ci-playwright.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
templates/gitlab-ci-playwright.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading