From 5443149fa8f292d545a45287a78aabba0ab24c50 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 29 Jul 2020 19:42:00 -0500 Subject: [PATCH] Revert "Revert back to Docker runner for Conda Gitlab CI" This reverts commit f0860f69b0182cbfe5e4e84516f47e0fa3b6c8d5. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 127bfab4..08c39b5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,8 @@ 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 + - linux - large-node except: - tags -- GitLab