We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1f0da commit b777407Copy full SHA for b777407
.circleci/config.yml
@@ -9,7 +9,7 @@ orbs:
9
executors:
10
latest:
11
docker:
12
- - image: cypress/included:10.7.0
+ - image: cypress/included:10.11.0
13
14
commands:
15
save-partial-coverage-report:
cypress/.gitlab-ci-tests.yml
@@ -5,7 +5,7 @@ variables:
5
# these are properties that are common in every Cypress job
6
.branch_template: &common
7
image:
8
- name: cypress/included:10.7.0
+ name: cypress/included:10.11.0
entrypoint: [""]
artifacts:
expire_in: 1 week
0 commit comments