From 1f754cab0eeb24b9b9a1bdb8ee9905b29b0af0de Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Fri, 16 Jul 2021 21:31:00 +0200 Subject: [PATCH] Fix: Actually try to run conduit in the background --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7337be7..66ff3e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ test:register:element-release: image: "buildkite/puppeteer:latest" tags: ["docker"] 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/" - "npm install puppeteer" - "node test-element-web.js"