From 0e1f1319a6bccd5a3a7dd52154fc01b97ce81717 Mon Sep 17 00:00:00 2001
From: schroeder5 <s.schroeder@fz-juelich.de>
Date: Tue, 26 May 2020 11:33:39 +0200
Subject: [PATCH] CI with Lukas' runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9eb9f23..eafe666 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,9 @@ cache:
 docs:
   stage: deploy
   tags:
-    - linux
+    - leap
+    - zam347
+    - base
   when: always
   script:
     - zypper --non-interactive install python3-pip
@@ -35,7 +37,9 @@ docs:
 pages:
   stage: pages
   tags:
-    - linux
+    - leap
+    - zam347
+    - base
   when: always
   script:
     - mkdir -p public/docs
-- 
GitLab