Skip to content
Snippets Groups Projects
Commit 16718cc8 authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Fix pipeline job

parent 1045bea3
No related branches found
No related tags found
No related merge requests found
Pipeline #1074 failed
......@@ -41,10 +41,6 @@ linux-el6-i686:
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86
variables:
NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686"
PYTHON_ROOT: ${DEVTOOLS_ROOT}/python-${PYTHON_VERSION}-linux-el6-i686
CONAN_ROOT: ${DEVTOOLS_ROOT}/conan-${CONAN_VERSION}-linux-el6-i686
PATH: "${CONAN_ROOT}/bin:${PYTHON_ROOT}/bin"
PYTHONPATH: "${CONAN_ROOT}/lib/python3.6/site-packages"
test-el6-i686:
extends: [".test"]
......@@ -73,7 +69,7 @@ test-el7-i686:
extends: [".test"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
variables:
NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686"
NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
needs:
- linux-el7-i686
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment