From 7440cec8ffc2355f653da574911044346831c3df Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sat, 1 Aug 2020 09:35:17 +0200 Subject: [PATCH] Include tests in test CI job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9c31c2..4bc295d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ test: rules: - changes: - src/**/* + - tests/**/* script: - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm - make deps-install