diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6e22cc..5a2b6aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 # --------------------------------------------------------------------- #