From 45b924d218fc2e5994c051d81cf8e93f32e7b90e Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Thu, 31 Jan 2019 14:21:37 +0100 Subject: [PATCH] Wrong path for ci_main --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a08a36eed..86472f6cba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build:ubuntu-18.04:release: stage: build image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gcc script: - - ctest -S main_ci.cmake + - ctest -S CI/main_ci.cmake artifacts: expire_in: 1 week paths: -- GitLab