Browse Source

Fix: Actually try to run conduit in the background

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

2
.gitlab-ci.yml

@ -39,7 +39,7 @@ test:register:element-release:
image: "buildkite/puppeteer:latest" image: "buildkite/puppeteer:latest"
tags: ["docker"] tags: ["docker"]
script: script:
- "CONDUIT_CONFIG=tests/test-config.toml ./conduit-x86_64-unknown-linux-gnu > conduit.log &&" - "CONDUIT_CONFIG=tests/test-config.toml ./conduit-x86_64-unknown-linux-gnu > conduit.log &"
- "cd tests/puppeteer/" - "cd tests/puppeteer/"
- "npm install puppeteer" - "npm install puppeteer"
- "node test-element-web.js" - "node test-element-web.js"

Loading…
Cancel
Save