From bb3f09a7f354e68ad30182353a92e93fe472763c Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Tue, 11 Jan 2022 12:49:46 +0100
Subject: [PATCH] test on other runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 497df86..89b44c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,8 @@ test:
   image: 
     name: apache/airflow:2.1.3
     entrypoint: [""]
+  tags:
+    - laptop
   before_script:
     - echo "DEBUG:"
     - pip --version
-- 
GitLab