From 04c1963421ba6fbccfc1e9f684a3bbaf5c03887f Mon Sep 17 00:00:00 2001
From: Marco Clemencic <marco.clemencic@cern.ch>
Date: Tue, 11 May 2021 12:36:43 +0200
Subject: [PATCH] Drop SLC5 test as Poetry cannot be downloaded with insecude
 https

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c4e967..018dce4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,10 +29,6 @@ slc6:
   <<: *test_definition
   image: gitlab-registry.cern.ch/lhcb-docker/python-deployment:slc6
 
-slc5:
-  <<: *test_definition
-  image: gitlab-registry.cern.ch/lhcb-docker/python-deployment:slc5
-
 python2.7:
   <<: *test_definition
   image: gitlab-registry.cern.ch/lhcb-docker/python-deployment:python-2.7
-- 
GitLab