diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17a1e5258f2727046350fa5a5ff87453792db952..75ecee1811a51333c2b9d085c21487217ab885c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,4 @@ shark-build: stage: build image: registry.orfeo-toolbox.org/gbonnefille/otb-build-env/otb-ubuntu-shark:18.04 script: - - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4 + - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark diff --git a/CI/ubuntu-18.04-gcc-shark-3.1.4.cmake b/CI/ubuntu-18.04-gcc-shark.cmake similarity index 100% rename from CI/ubuntu-18.04-gcc-shark-3.1.4.cmake rename to CI/ubuntu-18.04-gcc-shark.cmake diff --git a/CI/ubuntu-18.04-llvm-shark-3.1.4.cmake b/CI/ubuntu-18.04-llvm-shark.cmake similarity index 100% rename from CI/ubuntu-18.04-llvm-shark-3.1.4.cmake rename to CI/ubuntu-18.04-llvm-shark.cmake