From 0d6647d0cb035b06b30ec847e2b069e55e44e930 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 13 Apr 2022 15:05:52 +0200
Subject: [PATCH] add bash

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c355bc8a..9c850fe5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ test-docker-compose:
   needs: []
   stage: test
   script:
-  - apt-get update && apt install -y jq
+  - apt-get update && apt install -y jq bash
   - ./test_docker_compose.sh
   artifacts:
     paths:
-- 
GitLab