From 7eff53092b9b6e80114e07306af6ae4fc5b1a5e0 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Fri, 8 Mar 2019 03:08:24 +0100 Subject: [PATCH] Point to master --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d3ac7e..136d217 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ Pylint: script: - EXTRA_INSTALL="pymbolic matplotlib mpi4py" - py_version=3 - - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/pylint-flexible-config/prepare-and-run-pylint.sh + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh - ". ./prepare-and-run-pylint.sh pytools test/test_*.py" tags: - python3 -- GitLab