From 5cdf641feedcb7f5afe726e3fd9afe4fcd81a3cb Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 14 Nov 2019 18:02:43 +0100
Subject: [PATCH] [fix] CI lint: Parsing issue when merging on dev branch

- Try using same only files block changes to trigger tests-3.7 and pages jobs
- Otherwise, pages job could think tests-3.7 does not exists
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f391a4c..e97864ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,7 +92,7 @@ pypi:
     - poetry publish --build --username $PYPI_LOGIN --password $PYPI_PASSWORD
 
 pages:
-  extends: .code_changes
+  extends: .changes
   needs: [tests-3.7-coverage]
   only: [dev]
   stage: coverage
-- 
GitLab