From 8d806ee6d9a8fd66a454e8f7e0a2213ccb57ea3d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 30 Jan 2016 14:49:02 -0600 Subject: [PATCH] Fix CI binary build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 913fc6631..2f7b3f008 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ Python 2.7 with legacy PyOpenCL: CentOS binary: script: - (cd build-helpers; ./make-linux-build-docker.sh --nodate) - - (cd ./build-helpers; ./loopy-centos6 ../examples/fortran/sparse.floopy + - (cd ./build-helpers; ./loopy-centos6 ../examples/fortran/sparse.floopy) artifacts: paths: - build-helpers/loopy-centos6 -- GitLab