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

Update .gitlab-ci.yml file

parent 065e4dac
No related branches found
No related tags found
No related merge requests found
Pipeline #1011 canceled
...@@ -53,7 +53,7 @@ build:dev-el6-gcc44-x86: ...@@ -53,7 +53,7 @@ build:dev-el6-gcc44-x86:
PYTHON_ROOT: "${CI_PROJECT_DIR}/${NAME}" PYTHON_ROOT: "${CI_PROJECT_DIR}/${NAME}"
test:dev-el6-gcc44: test:dev-el6-gcc44:
extends: [".build-python"] extends: [".test-python"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44
variables: variables:
OS: "linux-el6" OS: "linux-el6"
...@@ -64,7 +64,7 @@ test:dev-el6-gcc44: ...@@ -64,7 +64,7 @@ test:dev-el6-gcc44:
- build:dev-el6-gcc44 - build:dev-el6-gcc44
test:dev-el6-gcc44-x86: test:dev-el6-gcc44-x86:
extends: [".build-python"] extends: [".test-python"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86 image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86
variables: variables:
OS: "linux-el6" OS: "linux-el6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment