diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab81d6c..3ffbc7c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,9 @@ stages: - job: 'linux' pool: vmImage: 'ubuntu-16.04' - container: 'puremourning/vimspector:test' + container: + image: 'puremourning/vimspector:test' + options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined steps: - bash: python3 install_gadget.py --all displayName: 'Install gadgets'