small fix for ci
This commit is contained in:
parent
4ff7d23451
commit
9a9f707bbd
|
@ -76,8 +76,6 @@ stages:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
variables:
|
|
||||||
GIT_STRATEGY: none
|
|
||||||
script:
|
script:
|
||||||
- dpkg -i $DEB_DIR/*.deb
|
- dpkg -i $DEB_DIR/*.deb
|
||||||
# smoke test to see if all executables at least start up
|
# smoke test to see if all executables at least start up
|
||||||
|
@ -148,12 +146,14 @@ bionic-test:
|
||||||
<<: *test_deb_definition
|
<<: *test_deb_definition
|
||||||
variables:
|
variables:
|
||||||
DEB_DIR: deb_bionic
|
DEB_DIR: deb_bionic
|
||||||
|
GIT_STRATEGY: none
|
||||||
|
|
||||||
xenial-test:
|
xenial-test:
|
||||||
<<: *test_deb_definition
|
<<: *test_deb_definition
|
||||||
image: vladyslavusenko/b_image_xenial:latest
|
image: vladyslavusenko/b_image_xenial:latest
|
||||||
variables:
|
variables:
|
||||||
DEB_DIR: deb_xenial
|
DEB_DIR: deb_xenial
|
||||||
|
GIT_STRATEGY: none
|
||||||
|
|
||||||
# evaluate on EuRoC sequences
|
# evaluate on EuRoC sequences
|
||||||
eval_euroc:
|
eval_euroc:
|
||||||
|
|
Loading…
Reference in New Issue