From 10aa5da0d092c07dffbabb59b2c1f30dde68ec3d Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 20 Jan 2021 18:05:50 -0700 Subject: [PATCH] LTS has different way of using tests --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5008ebc..924f96a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,9 +37,9 @@ # <<: *test_definition # Current LTS Release -test:1.0.5: - image: julia:1.0 - <<: *test_definition +# test:1.0.5: +# image: julia:1.0 +# <<: *test_definition # Current Stable Release test:1.5: