From 66898b28eb408ef7fb1f6c3e2d8acbc3798caa31 Mon Sep 17 00:00:00 2001 From: "[6~" Date: Sun, 17 May 2020 14:16:33 -0500 Subject: [PATCH] Use CI env var in flake8 invocation in Gitlab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36093e8a..34ebe33a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ Documentation: Flake8: script: - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh - - ". ./prepare-and-run-flake8.sh meshmode test" + - . ./prepare-and-run-flake8.sh "$CI_PROJECT_NAME" test tags: - python3 except: -- GitLab