diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba5edd5d4545d4a6a643bac1e6b1e05ba0ddf1d9..33cb6f1f72835bb404b1a243e259ce2c17292a31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,13 +65,13 @@ info:
     - echo "$CI_REGISTRY_IMAGE_BASE"
     - echo "$CPPINTTEST_REGISTRY_IMAGE"
     - echo "$CPPINTTEST_IMAGE_CACHE"
-    - if [[ "$CAOSDB_TAG" == "" ]] ; then
+    - if [ "$CAOSDB_TAG" == "" ] ; then
         echo "here1";
       else
         echo "Load deploy images with tag $CAOSDB_TAG ..."
         echo "Load deploy images with tag $CAOSDB_TAG ... success"
       fi
-    - if [[ "$CAOSDB_TAG" == "" ]] ; then
+    - if [ "$CAOSDB_TAG" == "" ] ; then
         if echo "$F_BRANCH" | grep -c "^f-" ; then
           CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest;
           echo "Load deploy images with tag $CAOSDB_TAG ..."
@@ -91,7 +91,7 @@ info:
         echo "Load deploy images with tag $CAOSDB_TAG ..."
         echo "Load deploy images with tag $CAOSDB_TAG ... success"
       fi ;
-    - if [[ "$CAOSDB_TAG" == "" ]] ; then
+    - if [ "$CAOSDB_TAG" == "" ] ; then
         if echo "$F_BRANCH" | grep -c "^f-" ; then
           CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest;
           echo "Load deploy images with tag $CAOSDB_TAG ..."