From 3a142bcc8eb625f9a5948037a15144ab985ac7c7 Mon Sep 17 00:00:00 2001 From: Aitor Henry Date: Wed, 19 Jul 2017 10:28:00 +0200 Subject: [PATCH] CI on v4l2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dd336f..2ef6610 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build : - cd lima/camera/v4l2 - cp -R ../../../lima-camera-v4l2/* . - cd ../.. - - ./install.sh camera/v4l2 python tests + - ./install.sh camera/v4l2 python tests cbf fits tiff hdf5 config - cd ../lima-camera-v4l2 - cp -R ../lima . artifacts: -- GitLab