From 7f99e27e2d797293c8ef2019ac6bf2eadcb82dfd Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 22 May 2021 18:32:36 +0200 Subject: [PATCH] [ci] Update to newest syntax --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 487dc093..6ad5bf26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ variables: image: $DOCKER_IMAGE/$PYTHON_VERSION:latest .code_changes: - only: - changes: + rules: + - changes: - duniterpy/**/*.py - tests/**/*.py - examples/*.py -- GitLab