CI: Tests that compile only work when run on the same host image

This limitation is caused by the fact that VTK-m caches compiler
location during the build stage for these tests, and this fails
on the test image as the compiler might not exist or is in a
different path
This commit is contained in:
Robert Maynard 2020-08-26 09:10:56 -04:00
parent c907ce6419
commit d67ef5b3e6

@ -68,6 +68,8 @@ test:ubuntu1804_test_ubuntu1604_gcc5_2:
- .ubuntu1804_cuda
- .cmake_test_linux
- .only-master
variables:
CTEST_EXCLUSIONS: "built_against_test_install"
dependencies:
- build:ubuntu1604_gcc5_2
needs: