diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6c4f3e3f1..b5a0896e65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,5 @@ test:redox: stage: test dependencies: - build:redox - # do not test binaries, and detect if redoxer hangs - script: redoxer test --verbose -- --test '*' --lib -- --nocapture + # only run integration test as without KVM unit tests is super slow + script: redoxer test --verbose -- --test '*' -- --nocapture