From 0fc09212e6b65b43a32b0eb920a9e9ff5ec992fb Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 17 Mar 2022 16:44:45 +0100
Subject: [PATCH] typo

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 966ef0cd..b442d2f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ test-style:
   script:
     - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
     - mkdir persistent && chmod 777 persistent
-    - mv tests_http_cache.sqlite persistent/tests_http_cache.sqlite || "No tests_http_cache.sqlite"
+    - mv tests_http_cache.sqlite persistent/tests_http_cache.sqlite || echo "No tests_http_cache.sqlite"
     - >
       docker run
       --network host
-- 
GitLab