From fcfaa95d70631de5795ae88f865f77732dc0b63e Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Fri, 14 Feb 2020 11:33:00 +0100 Subject: [PATCH] Change test job policy --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2244bb..6013cfe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,12 @@ before_script: test: stage: test + only: + - branches + - merge_requests + - pushes + - tags + - master script: - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm - make deps-install