Update CI

This commit is contained in:
Romain Vigier
2020-05-25 13:13:46 +02:00
parent 1448e3b8a7
commit 0df586ee58
+2 -2
View File
@@ -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