Skip to content
Snippets Groups Projects
Commit dca05ef4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 871fdc91
No related branches found
Tags 3.1 3.1.0
No related merge requests found
# [3.1.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.0.0...3.1.0) (2022-10-04)
### Features
* change default image ([a8a9e96](https://gitlab.com/to-be-continuous/puppeteer/commit/a8a9e96767eb054a2094f0738ad4df3c64761055))
* normalize reports ([179f97d](https://gitlab.com/to-be-continuous/puppeteer/commit/179f97dbec10e5a1c030f051b4f501f7c89185f3))
# [3.0.0](https://gitlab.com/to-be-continuous/puppeteer/compare/2.1.0...3.0.0) (2022-08-05)
......
......@@ -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/puppeteer'
ref: '3.0.0'
ref: '3.1.0'
file: '/templates/gitlab-ci-puppeteer.yml'
# Pipeline steps
......
......@@ -230,7 +230,7 @@ puppeteer:
- $PUPPETEER_PROJECT_DIR/.npm/
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "puppeteer", "3.0.0"]
command: ["--service", "puppeteer", "3.1.0"]
stage: acceptance
before_script:
- *puppeteer-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