From c2ae4e612886bfd728248d295f4d67b6fd495abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 9 Apr 2019 15:40:35 +0200 Subject: [PATCH] Changed pycodestyle job. --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c07e5c0..b26f41b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ -image: docker:stable - -before_script: - - apk add --no-cache py-pip - - pip install pycodestyle - pycodestyle: + image: docker:stable + tags: + - docker + before_script: + - apk add --no-cache py-pip + - pip install pycodestyle script: # Run pycodestyle (PEP8) check. # https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes -- GitLab