From cd082ff56cbd010d973bdf191c1116488f14b9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Fri, 3 Apr 2020 00:56:04 +0200 Subject: [PATCH] Fix Py3 conda CI job tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85a9c285..dcd29b6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -191,7 +191,7 @@ Python 3 Conda: - "./configure.py --cxxflags= --ldflags= --cl-libname=OpenCL" - ". ./build-and-test-py-project-within-miniconda.sh" tags: - - large-node + - linux except: - tags artifacts: -- GitLab