Skip to content
Snippets Groups Projects
Verified Commit 34afb3d8 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change names of jobs

parent a66186ee
No related branches found
No related tags found
No related merge requests found
......@@ -24,14 +24,14 @@ variables:
script:
- Invoke-Expression $Env:ARTENOLIS_SOFT_PATH"\julia\"$Env:JULIA_VER"\bin\julia --color=yes --project=@. -e 'import Pkg; Pkg.test(; coverage = true)'"
linux julia v1.5:
linux v1.5.3:
stage: test
variables:
JULIA_VER: "v1.5.3"
<<: *global_settings
<<: *global_testing_linux
windows10:
windows10 v1.5.3:
stage: test
tags:
- artenolis
......@@ -40,7 +40,7 @@ windows10:
JULIA_VER: "v1.5.3"
<<: *global_testing_win
windows8:
windows8 v1.5.3:
stage: test
tags:
- artenolis
......@@ -49,7 +49,7 @@ windows8:
JULIA_VER: "v1.5.3"
<<: *global_testing_win
docker:
docker v1.6.0:
stage: test
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment