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