From 34f304e616a41d52136f3a0100b2968e0aeb0893 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 29 Jan 2016 18:01:44 -0600 Subject: [PATCH] Fix automated binary build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ac95d35e..a92597ab0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,7 +80,7 @@ Python 2.7 with legacy PyOpenCL: CentOS binary: script: - - (cd build-helpers; make-linux-build-docker.sh --nodate) + - (cd build-helpers; ./make-linux-build-docker.sh --nodate) artifacts: paths: - build-helpers/loopy-centos6 -- GitLab