From 34b4b1e618bd7c9e85b92b0f7165f34af63414fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 25 Apr 2022 13:49:26 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc27189..4a0a460 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,15 +32,6 @@ stages: # List of stages for jobs, and their order of execution - ctest -j$(nproc) ############ JOBS ############ -installation-test-xenial: - stage: install - cache: [] - image: ubuntu:16.04 - script: - - *script_gcc5_definition - - *script_install_definition - - *script_test_definition - installation-test-bionic: stage: install cache: [] @@ -60,7 +51,7 @@ installation-test-focal: lint-test-job: stage: test cache: [] - image: ubuntu:16.04 + image: ubuntu:20.04 script: - echo "Linting code... This will take about 10 seconds." - sleep 10 -- GitLab