From 5ccb69f92d22359dd532096da077b962dceb37ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de> Date: Tue, 6 Feb 2018 11:26:04 +0100 Subject: [PATCH] Or that way? --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93805bd..11baaa2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ job-flake8-2: - image: python2:flake8 + image: gitlab-registry.mpcdf.mpg.de/mpcdf/osc-plugins/python2:flake8 script: - flake8 --filename=*.py --count --ignore=E501 . job-flake8-3: - image: python3:flake8 + image: gitlab-registry.mpcdf.mpg.de/mpcdf/osc-plugins/python3:flake8 script: - flake8 --filename=*.py --count --ignore=E501 . -- GitLab