diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35d978d02d3836d420e2f2b09c2f925e867918cb..3e8e311aaa492052075a19a47c46deda9573041c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,10 @@ test:centos7.3: -DCMAKE_EXE_LINKER_FLAGS=" -pthread" - make -j 2 - echo " ... done building OST." - - echo " Running unit tests for OST..." + - echo " Linking the compound library..." + - ln -s /scicore/home/schwede/GROUP/OpenStructure/ChemLib/2.6/compounds.chemlib stage/share/openstructure/ + - echo " ... done linking the compound library..." + - echo " Running unit tests for OST..." - make check - echo " ... done running unit tests for OST..." - echo "... done testing on CentOS 7."