From 648f2a18d57201646206119072fb4c7a8dc3087d Mon Sep 17 00:00:00 2001
From: Christoph Steindl <christoph.steindl@onb.ac.at>
Date: Mon, 20 Jul 2020 17:56:54 +0000
Subject: [PATCH] Force script to run on fue-l5

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ca7f3d..c09a91f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,8 @@ pytest:
 extract_data:
     image: $PYTHON_BASE_IMAGE
     stage: build
+    tags:
+        - staging-l5
     script:
         - 'python -m pip install --upgrade pip'
         - 'python -m pip install -r requirements.txt'
-- 
GitLab