From a77ecf9c8224f457d6e89f2b293d1db4c9c3d0f7 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 6 Sep 2021 12:20:46 +0200
Subject: [PATCH] Tie integration tests to privileged runner that it requires
 to run docker-in-docker

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4fab6713..4f7dac6a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,8 @@ unit_test:
 integration_test:
   stage: integration-tests
   allow_failure: true
+  tags:
+    - privileged
   services:
     - name: docker:20.10.8-dind
   variables:
-- 
GitLab