Change test job policy

This commit is contained in:
Romain Vigier
2020-02-14 11:33:00 +01:00
parent 1e189cfe9f
commit fcfaa95d70
+6
View File
@@ -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