diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86472f6cba0be027e4bff0fa124822c9ee47f5cf..b39bdce0aa95e8a6609d3db5633820f990531a1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,13 +11,16 @@ stages:
       - runner_system_failure
       - stuck_or_timeout_failure
 
-build:ubuntu-18.04:release:
+natif-build:
   extends: .retry_twice
   stage: build
   image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gcc
   script:
     - ctest -S CI/main_ci.cmake
-  artifacts:
-    expire_in: 1 week
-    paths:
-      - build/Testing/*/Test.xml
+
+shark-build:
+  extends: .retry_twice
+  stage: build
+  image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu18.04-shark3.1.4
+  script:
+    - ctest -VV -S CI/main_ci.cmake
\ No newline at end of file
diff --git a/CI/SharkDockerfile/Dockerfile b/CI/Dockerfile.shark1.3.4
similarity index 100%
rename from CI/SharkDockerfile/Dockerfile
rename to CI/Dockerfile.shark1.3.4