From 0df586ee58f53f1e6551edad7d9ef8fe88d000ef Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 25 May 2020 13:13:46 +0200 Subject: [PATCH] Update CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 696cf22..471791a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,11 +34,11 @@ before_script: test: stage: test rules: + - changes: + - src/ - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"' - if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_BRANCH == "master"' - - changes: - - src/ script: - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm - make deps-install