Corrected template
authorThierry Florac <thierry.florac@onf.fr>
Tue, 18 Jun 2019 15:34:46 +0200
changeset 377 92d8b4611335
parent 376 3a229c50bde7
child 378 78f52faff595
Corrected template
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Tue Jun 18 15:34:02 2019 +0200
+++ b/.gitlab-ci.yml	Tue Jun 18 15:34:46 2019 +0200
@@ -24,7 +24,5 @@
         - pip install pylint --quiet
         - pylint src/
 
-codequality:
-    stage: test
-    include:
-        - template: Code-Quality.gitlab-ci.yml
+include:
+    - template: Code-Quality.gitlab-ci.yml