Skip to content
Snippets Groups Projects
Commit e71250aa authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 671c6cb3
No related branches found
Tags 2 2.1 2.1.0
No related merge requests found
# [2.1.0](https://gitlab.com/to-be-continuous/cypress/compare/2.0.1...2.1.0) (2022-05-01)
### Features
* configurable tracking image ([8e7987c](https://gitlab.com/to-be-continuous/cypress/commit/8e7987c2dd93e33f126804b64fc817ff2cfe7965))
## [2.0.1](https://gitlab.com/to-be-continuous/cypress/compare/2.0.0...2.0.1) (2021-10-07)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/cypress'
ref: '2.0.1'
ref: '2.1.0'
file: '/templates/gitlab-ci-cypress.yml'
# Pipeline steps
......
......@@ -208,7 +208,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "2.0.1"]
command: ["--service", "cypress", "2.1.0"]
stage: acceptance
before_script:
- *cypress-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment