diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c7b5d401626d..bd02f961e5f7 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -62,8 +62,8 @@ jobs: BACK_END_URL: http://opencti-e2e-start:4500 E2E_TEST: true run: | - apt-get update - apt-get -y install netcat-traditional + sudo apt-get update + sudo apt-get -y install netcat-traditional npx playwright install --with-deps chromium yarn test:e2e