Loading
+8 −0
Original line number Diff line number Diff line
# [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)


+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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