From ef79d2ebc436a354bddcb974b00fbf1ff84f26b5 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 15 Apr 2019 12:32:41 +0200 Subject: [PATCH] CI: checkout sources first --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4a5e1d16a..f9c67979c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,8 +45,8 @@ fast-build: stage: precheck image: $CI_REGISTRY/gpasero/otb/otb-install-ubuntu-native before_script: - - python3 CI/check_twin_pipelines.py - git checkout $CI_COMMIT_REF_NAME + - python3 CI/check_twin_pipelines.py script: - ctest -V -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-fast - ccache -s -- GitLab