Skip to content

Commit

Permalink
Upgrade to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jan 30, 2020
1 parent bfd5500 commit a7235e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ julia:nightly:

platform:arm64:
extends:
- .julia:1.2
- .julia:1.3
- .test
tags:
- nvidia-arm64
Expand All @@ -66,7 +66,7 @@ platform:arm64:

precompile:
extends:
- .julia:1.2
- .julia:1.3
- .test
variables:
NVIDIA_VISIBLE_DEVICES: ''
Expand All @@ -80,7 +80,7 @@ precompile:

debug:
extends:
- .julia:1.2
- .julia:1.3
- .test
tags:
- nvidia
Expand All @@ -100,7 +100,7 @@ debug:
cudanative:
image: nvidia/cuda:10.1-devel
extends:
- .julia:1.2
- .julia:1.3
- .test
tags:
- nvidia
Expand All @@ -118,12 +118,12 @@ cudanative:

coverage:
extends:
- .julia:1.2
- .julia:1.3
- .coverage

documentation:
extends:
- .julia:1.2
- .julia:1.3
- .documentation
tags:
- nvidia
Expand Down

0 comments on commit a7235e6

Please sign in to comment.