summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d66f6149..e1ccd46f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ fedora-x86_64-meson-python3:
- meson test --print-errorlogs --suite=gobject-introspection --no-suite=glib
- cd ..
- python3 -m pip install --user flake8
- - python3 -m flake8
+ - python3 -m flake8 --count
except:
- tags
artifacts:
@@ -40,7 +40,7 @@ fedora-x86_64-meson-python2:
- meson test --print-errorlogs --suite=gobject-introspection --no-suite=glib
- cd ..
- python2 -m pip install --user flake8
- - python2 -m flake8
+ - python2 -m flake8 --count
except:
- tags
artifacts: