Change test job policy
This commit is contained in:
@@ -33,6 +33,12 @@ before_script:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
only:
|
||||||
|
- branches
|
||||||
|
- merge_requests
|
||||||
|
- pushes
|
||||||
|
- tags
|
||||||
|
- master
|
||||||
script:
|
script:
|
||||||
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
|
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
|
||||||
- make deps-install
|
- make deps-install
|
||||||
|
|||||||
Reference in New Issue
Block a user