From 89ecffde09bae7317722bd66178919d8529366e4 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 29 Jul 2020 17:33:35 -0500
Subject: [PATCH] Don't use docker for conda run on Gitlab for now

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90ba5e02..08c39b5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,6 +56,7 @@ Python 3 Conda:
     . ./build-and-test-py-project-within-miniconda.sh
   tags:
   # - docker-runner
+  - linux
   - large-node
   except:
   - tags
-- 
GitLab