diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 106b6fb..ae420cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ before_script: test: stage: test rules: - changes: + - changes: - src/ script: - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm