From af8fc0a9c6aea61ac8822cc3abd3c40d22c0cb45 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sun, 10 May 2020 10:06:45 +0200 Subject: [PATCH] Fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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