Skip to content
Snippets Groups Projects
Commit a394827f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 0e8754fe
No related branches found
Tags 3.3 3.3.1
No related merge requests found
Pipeline #112751 skipped
## [3.3.1](https://gitlab.com/to-be-continuous/cypress/compare/3.3.0...3.3.1) (2023-10-16)
### Bug Fixes
* declare all TBC stages ([0e8754f](https://gitlab.com/to-be-continuous/cypress/commit/0e8754fe06518b20fadb60435f1720abd38d9b90))
# [3.3.0](https://gitlab.com/to-be-continuous/cypress/compare/3.2.1...3.3.0) (2023-05-27)
......
......@@ -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: '3.3.0'
ref: '3.3.1'
file: '/templates/gitlab-ci-cypress.yml'
```
......
......@@ -256,7 +256,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "3.3.0"]
command: ["--service", "cypress", "3.3.1"]
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