From 9678c2947e914c60a935b8f6c7a302086ecf37e1 Mon Sep 17 00:00:00 2001
From: baloola <baloola-mu@hotmail.com>
Date: Mon, 2 Nov 2020 14:26:19 +0100
Subject: [PATCH] use a similar gdal version

---
 testing/gitlab_test.sh   | 3 ++-
 testing/requirements.txt | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/testing/gitlab_test.sh b/testing/gitlab_test.sh
index ef7b316d..f77e485a 100755
--- a/testing/gitlab_test.sh
+++ b/testing/gitlab_test.sh
@@ -39,7 +39,8 @@ printf $sftp_users_emg | docker config create sftp_users_emg -
 docker stack deploy -c ../docker-compose.emg.yml -c ../docker-compose.emg.dev.yml emg-pvs
 
 # installing the requirments
-apk update && apk add bash postgresql-dev gcc g++ python3 python3-dev musl-dev py-pip libffi-dev openssl-dev make gdal gdal-dev
+apk update && apk add bash postgresql-dev gcc g++ python3 python3-dev musl-dev py-pip libffi-dev openssl-dev make gdal==3.1.4 gdal-dev==3.1.4
+gdalinfo --version
 pip3 install -r requirements.txt
 
 ./docker-stack-wait.sh -n renderer -n registrar -n preprocessor -n ingestor -n sftp emg-pvs
diff --git a/testing/requirements.txt b/testing/requirements.txt
index 6b7093b1..ccc5286a 100644
--- a/testing/requirements.txt
+++ b/testing/requirements.txt
@@ -5,4 +5,4 @@ paramiko
 python-swiftclient
 python-openstackclient
 python-keystoneclient
-GDAL
\ No newline at end of file
+GDAL==3.1.4
\ No newline at end of file
-- 
GitLab