From 8729fca0cebfcb373c28c1db3f2d0930476ac4ca Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Thu, 20 Jun 2024 14:01:23 +0200 Subject: [PATCH] [CI] Wait for modules to be started before running e2e 20s is hopefully enough. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c65bfee39..5aa671f0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ test-e2e: script: - nohup npm run start-editor-local & - nohup npm run start-player-local & + - sleep 20 - npm run e2e-headless artifacts: when: always -- GitLab