Commit 03195d84 authored by Bryan Eriksson's avatar Bryan Eriksson
Browse files

Update .gitlab-ci.yml file

Removed "/lib" from LD_LIBRARY_PATH to attempt to fix pipeline error
parent 6b5448e6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ variables:
  PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  GLPK_CACHE_DIR: "$CI_PROJECT_DIR/.chache/glpk"

  LD_LIBRARY_PATH: "/lib:/usr/lib:/usr/local/lib"
  LD_LIBRARY_PATH: "/usr/lib:/usr/local/lib"

cache:
  paths: