Skip to content

Commit 7c86b41

Browse files
committed
Fix reverse CI.
1 parent da5f29c commit 7c86b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ cuarrays:
4242
tags:
4343
- nvidia
4444
- sm_75
45-
image: juliagpu/cuda:10.1-cudnn7-cutensor-devel-ubuntu18.04
45+
image: juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04
4646
script:
47-
- export CUARRAYS="$HOME/.julia/dev/CuArrays"
47+
- export CUARRAYS=".julia/dev/CuArrays"
4848
- julia -e 'using Pkg;
4949
Pkg.develop("CuArrays");'
5050
- julia --project -e 'using Pkg;
5151
Pkg.instantiate()'
5252
- julia --project=$CUARRAYS -e 'using Pkg;
5353
Pkg.instantiate();
54-
Pkg.add(["FFTW", "ForwardDiff"])'
54+
Pkg.add(["FFTW", "ForwardDiff", "FillArrays"])'
5555
- JULIA_LOAD_PATH=".:$CUARRAYS::" julia $CUARRAYS/test/runtests.jl
5656
allow_failure: true
5757

0 commit comments

Comments
 (0)