From b3b1931239d4f805ad9d19054c9fd930cba88a51 Mon Sep 17 00:00:00 2001 From: Matthew McGill <mm8bx@mega-techx41.maas> Date: Sun, 3 Feb 2019 16:48:21 +0000 Subject: [PATCH] test_fib for ubuntu16 Former-commit-id: 115946c80cdd02fd7195e48a2f0f85c18b0f0866 --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39639a857..203e8e070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,13 +181,6 @@ test_foo-ubuntu16: script: - ./cicd_tests/test_fib.sh -test_fib-centos75: - <<: *test_fib - tags: - - centos75 - variables: - OS: 'centos75' - test_fib-ubuntu16: <<: *test_fib tags: -- GitLab