diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d8337e427bd63831ca791893300ea6839ed9dee3..8c816609b32e95ee741f4abf769f4ceb874846d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ pages:
   image: node:latest
   coverage: '/Statements[^0-9]+(\d+\.\d+)%/'
   variables:
-    VERSION: "$CI_COMMIT_TAG || 'latest'"
+    VERSION: $CI_COMMIT_TAG || latest
   script:
     - npm run test:production
     - mkdir -p public/dist