Skip to content
Snippets Groups Projects
Commit 34b4b1e6 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent e65dffa9
No related branches found
No related tags found
No related merge requests found
Pipeline #9961 failed
......@@ -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
......
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