summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 018e5a1..dfe7198 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -340,30 +340,6 @@ test:sytest:
junit: "$CI_PROJECT_DIR/sytest.xml"
-test:register:element-web-stable:
- stage: "test"
- needs:
- - "build:debug:cargo:x86_64-unknown-linux-gnu"
- image: "buildkite/puppeteer:latest"
- tags: [ "docker" ]
- interruptible: true
- script:
- - "CONDUIT_CONFIG=tests/test-config.toml ./conduit-debug-x86_64-unknown-linux-gnu > conduit.log &"
- - "cd tests/client-element-web/"
- - "npm install puppeteer"
- - "node test-element-web-registration.js \"https://app.element.io/\" \"http://localhost:6167\""
- - "killall --regexp \"conduit\""
- - "cd ../.."
- - "cat conduit.log"
- artifacts:
- paths:
- - "tests/client-element-web/*.png"
- - "*.log"
- expire_in: 1 week
- when: always
- retry: 1
-
-
# --------------------------------------------------------------------- #
# Store binaries as package so they have download urls #
# --------------------------------------------------------------------- #