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
No related tags found
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) # [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 ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/puppeteer' - project: 'to-be-continuous/puppeteer'
ref: '3.0.0' ref: '3.1.0'
file: '/templates/gitlab-ci-puppeteer.yml' file: '/templates/gitlab-ci-puppeteer.yml'
# Pipeline steps # Pipeline steps
......
...@@ -230,7 +230,7 @@ puppeteer: ...@@ -230,7 +230,7 @@ puppeteer:
- $PUPPETEER_PROJECT_DIR/.npm/ - $PUPPETEER_PROJECT_DIR/.npm/
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "puppeteer", "3.0.0"] command: ["--service", "puppeteer", "3.1.0"]
stage: acceptance stage: acceptance
before_script: before_script:
- *puppeteer-scripts - *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