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

Fix pipeline test for el7-i686

parent 76d546de
No related branches found
No related tags found
No related merge requests found
Pipeline #1045 passed
...@@ -109,12 +109,14 @@ linux-el7-i686: ...@@ -109,12 +109,14 @@ linux-el7-i686:
extends: [".build"] extends: [".build"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86
variables: variables:
NAME: "git-${GIT_VERSION}-${CI_JOB_NAME}" NAME: "git-${GIT_VERSION}-linux-el7-i686"
GIT_ROOT: "${CI_PROJECT_DIR}/${NAME}" GIT_ROOT: "${CI_PROJECT_DIR}/${NAME}"
test-el7-i686: test-el7-i686:
extends: [".test"] extends: [".test"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc48-x86
variables:
NAME: "git-${GIT_VERSION}-linux-el7-i686"
needs: needs:
- linux-el7-i686 - linux-el7-i686
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment