Browse Source

Fix: More robust CI job cleanup

merge-requests/128/head
Jonas Zohren 5 years ago
parent
commit
2c217b5369
  1. 6
      .gitlab-ci.yml

6
.gitlab-ci.yml

@ -43,14 +43,16 @@ test:register:element-release: @@ -43,14 +43,16 @@ test:register:element-release:
- "cd tests/puppeteer/"
- "npm install puppeteer"
- "node test-element-web.js"
- "killall conduit-x86_64-unknown-linux-gnu"
- "killall --regexp \"conduit\""
- "cd ../.."
- "cat conduit.log"
artifacts:
paths:
- "tests/puppeteer/*.png"
- "conduit.log"
- "*.log"
expire_in: 1 week
when: always
retry: 1
# --------------------------------------------------------------------- #

Loading…
Cancel
Save