Skip to content

Commit 82994eb

Browse files
committed
Fix CI to include CuArrays coverage measurements.
1 parent f641b2f commit 82994eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ julia:nightly:
3838
# that means we have to manually install CuArrays' test dependencies though.
3939

4040
cuarrays:
41-
extends: .julia:1.2
41+
extends:
42+
- .julia:1.3
43+
- .test
4244
tags:
4345
- nvidia
4446
image: nvidia/cuda:10.1-devel
@@ -51,7 +53,7 @@ cuarrays:
5153
- julia --project=$CUARRAYS -e 'using Pkg;
5254
Pkg.instantiate();
5355
Pkg.add(["FFTW", "ForwardDiff", "FillArrays"])'
54-
- JULIA_LOAD_PATH=".:$CUARRAYS::" julia $CUARRAYS/test/runtests.jl
56+
- JULIA_LOAD_PATH=".:$CUARRAYS::" julia --code-coverage $CUARRAYS/test/runtests.jl
5557
allow_failure: true
5658

5759

0 commit comments

Comments
 (0)