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