Skip to content
Snippets Groups Projects
Commit 34fbfd81 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Update .gitlab-ci.yml

parent 8a9c86d3
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,13 @@ stages:
natif-build:
extends: .general
stage: build
image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gccV0.2
image: registry.orfeo-toolbox.org/orfeotoolbox/otb:ubuntu-18.04-gcc
script:
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gccV0.2
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc
shark-build:
extends: .general
stage: build
image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu18.04-shark3.1.4
image: registry.orfeo-toolbox.org/orfeotoolbox/otb:ubuntu-18.04-gcc-shark-3.1.4
script:
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu18.04-shark3.1.4
\ No newline at end of file
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4
\ No newline at end of file
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