diff --git a/.circleci/config.yml b/.circleci/config.yml index 96ebde9..db67ad2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ orbs: executors: latest: docker: - - image: cypress/included:10.7.0 + - image: cypress/included:10.11.0 commands: save-partial-coverage-report: diff --git a/cypress/.gitlab-ci-tests.yml b/cypress/.gitlab-ci-tests.yml index bcbb8f0..5237f2c 100644 --- a/cypress/.gitlab-ci-tests.yml +++ b/cypress/.gitlab-ci-tests.yml @@ -5,7 +5,7 @@ variables: # these are properties that are common in every Cypress job .branch_template: &common image: - name: cypress/included:10.7.0 + name: cypress/included:10.11.0 entrypoint: [""] artifacts: expire_in: 1 week