From f0d188cb0736f27f6c09c7d0fe4d4a0747e473fd Mon Sep 17 00:00:00 2001 From: malavan Date: Wed, 7 Jul 2021 08:26:39 +0000 Subject: [PATCH] gitlab-ci syntax error Former-commit-id: 2a5b4297425e773cc97376f271acce535ef3a20e --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 249677cd1..76645eae7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ redis-rs-test: coverage-test: rules: - - if: ${COVERAGE} == "TRUE" + - if: '${COVERAGE} == "TRUE"' tags: - docker stage: test