Update CI

This commit is contained in:
Romain Vigier
2020-05-29 11:44:41 +02:00
parent fbab427cf3
commit 17426897e9
+1 -7
View File
@@ -35,13 +35,7 @@ test:
stage: test
rules:
- changes:
- src/
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
changes:
- src/
- if: $CI_COMMIT_TAG
changes:
- src/
- src/**/*
script:
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
- make deps-install