From 79c9a8e1164affb28f15fe35693c1b9233c3b1ba Mon Sep 17 00:00:00 2001
From: baloola <baloola-mu@hotmail.com>
Date: Wed, 28 Oct 2020 18:17:17 +0100
Subject: [PATCH] checking gdal python

---
 testing/gitlab_test.sh       | 2 +-
 testing/preprocessor_test.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 testing/preprocessor_test.py

diff --git a/testing/gitlab_test.sh b/testing/gitlab_test.sh
index 1e08cf3e..b7d3dc9b 100755
--- a/testing/gitlab_test.sh
+++ b/testing/gitlab_test.sh
@@ -42,7 +42,7 @@ docker stack deploy -c ../docker-compose.emg.yml -c ../docker-compose.emg.dev.ym
 apk update && apk add bash postgresql-dev gcc g++ python3-dev musl-dev py-pip libffi-dev openssl-dev make gdal gdal-dev
 pip3 install -r requirements.txt
 
-gdalinfo --version
+python preprocessor_test.py
 ./docker-stack-wait.sh -n renderer -n registrar -n preprocessor -n ingestor -n sftp emg-pvs
 
 docker service ls
diff --git a/testing/preprocessor_test.py b/testing/preprocessor_test.py
new file mode 100644
index 00000000..45782acc
--- /dev/null
+++ b/testing/preprocessor_test.py
@@ -0,0 +1 @@
+from osgeo import gdal
\ No newline at end of file
-- 
GitLab