Skip to content
Snippets Groups Projects
Commit de357591 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: CI: Fixed missing xvfb-run prefix in .gitlab-ci.yml

parent b9d28e64
Branches
Tags
No related merge requests found
......@@ -117,7 +117,7 @@ ubuntu-superbuild-build:
stage: build
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script:
- ctest -V -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
- xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
centos-superbuild-build:
only: [merge_requests, branches]
......@@ -125,6 +125,6 @@ centos-superbuild-build:
stage: build
image: $BUILD_IMAGE_REGISTRY/otb-centos-superbuild-base:6.6
script:
- ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
- xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
dependencies:
- centos-superbuild-prepare
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment