Loading templates/gitlab-ci-puppeteer.yml +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ puppeteer: command: ["--service", "puppeteer", "3.2.1"] stage: acceptance before_script: - *puppeteer-scripts - !reference [.puppeteer-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" # retrieve server url to test from 'environment_url.txt' file - eval_base_url Loading Loading
templates/gitlab-ci-puppeteer.yml +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ puppeteer: command: ["--service", "puppeteer", "3.2.1"] stage: acceptance before_script: - *puppeteer-scripts - !reference [.puppeteer-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" # retrieve server url to test from 'environment_url.txt' file - eval_base_url Loading