diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19eb304c801b252e9ca4027d4a9c8cbbdc7218b4..4e13e66a47229390e64cb0bd77b1c7637fe7c563 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,4 +2,5 @@ test: image: python:3.8-slim script: - cd .. - - python3 -m ebpfcat.ebpf_test -v + - python3 -m ebpfcat.ebpf_test -v Tests + - sudo python3 -m ebpfcat.ebpf_test -v KernelTests