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"