[gedit-plugins/flake8] Fix



commit 45ae1c41393ea387deead31d93588a0fe87417f6
Author: Jordi Mas <jmas softcatala org>
Date:   Tue May 14 22:32:05 2019 +0200

    Fix

 .gitlab-ci.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4f5394..52af5cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,16 +11,14 @@ build:
     - apt-get install valac libvte-2.91-dev libzeitgeist-2.0-dev gedit-dev -y
     - apt-get install python3 python3-dbus python-dbus-dev python3-gi appstream -y
     - apt-get install meson ninja-build -y
+    - apt-get install python3-flake8 -y
 
   script:
+    - cd plugins
+    - flake8 --select=F --ignore=F401
+    - cd ..
     - meson _build
     - ninja -C _build dist
 
-flake8:
-  stage: check
-  script:
-    - apt-get install python3-flake8 -y
-    - cd plugins
-    - flake8 --select=F --ignore=F401
 
 


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