[gedit-plugins/flake8] Better name



commit af55d6e961bcdf7e88aa91f25f095fddfe35584d
Author: Jordi Mas <jmas softcatala org>
Date:   Thu May 16 19:32:38 2019 +0200

    Better name

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f51405..b343575 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: ubuntu:devel
 
 stages:
     - build
-    - check
+    - static_analysis
 
 
 build:
@@ -21,7 +21,7 @@ build:
     - meson _build
     - ninja -C _build dist
 
-check:
+static_analysis:
   stage: build
   before_script:
     - export DEBIAN_FRONTEND=noninteractive


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]