File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ variables:
22 CI_IMAGE_TAG : ' plain'
33
44include :
5- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/common.yml'
6- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/test_v1.0.yml'
7- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/test_dev.yml'
8- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/coverage_dev.yml'
5+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'
6+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.0.yml'
7+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.1.yml'
8+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_dev.yml'
9+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/coverage_v1.1.yml'
910
1011test:dev :
1112 allow_failure : true
@@ -17,7 +18,7 @@ coverage:
1718
1819cuarrays :
1920 stage : test
20- image : " juliagpu/julia:v1.0 -cuda"
21+ image : " juliagpu/julia:v1.1 -cuda"
2122 script :
2223 - mkdir $JULIA_DEPOT_PATH # Pkg3.jl#325
2324 - julia -e 'using Pkg;
You can’t perform that action at this time.
0 commit comments