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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 127bfab4..90ba5e02 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ Python 3 Conda:
     curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
     . ./build-and-test-py-project-within-miniconda.sh
   tags:
-  - docker-runner
+  # - docker-runner
   - large-node
   except:
   - tags
-- 
GitLab