From dfd555b3965a569bbb299b136fde0a89e79306e7 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavalias-github@xavier.robin.name>
Date: Mon, 23 Jan 2023 17:00:49 +0100
Subject: [PATCH] feat: SCHWED-5783 enable tests in CI

Loading networkX module is hopefully enough
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01c5c5f6c..dad656011 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,6 +39,7 @@ test:centos7.3:
     - module load dssp/2.2.1-foss-2018b-Boost-1.68.0-Python-3.6.6 
     - module load msms/2.6.1-linux-x86_64 
     - module load ClustalW2/2.1-foss-2018b
+    - module load networkx/2.5.1-foss-2018b-Python-3.6.6
     - echo "... done running centos7.3 'before_script'."
   script:
   - echo "Testing on CentOS 7..."
-- 
GitLab