From 3675469721dea36f376de90c8eca4f245287f39f Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Mon, 18 Jan 2021 18:44:05 +0000 Subject: [PATCH] give sudo to kernel tests let's see if that works... --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19eb304..4e13e66 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 -- GitLab