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

Update .gitlab-ci.yml file

parent d9139b0e
No related branches found
No related tags found
No related merge requests found
Pipeline #8498 canceled
...@@ -4,6 +4,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -4,6 +4,7 @@ stages: # List of stages for jobs, and their order of execution
############ YAML ANCHORS ############ ############ YAML ANCHORS ############
.script_gcc5_template: &script_gcc5_definition .script_gcc5_template: &script_gcc5_definition
- apt-get update
- add-apt-repository ppa:ubuntu-toolchain-r/test - add-apt-repository ppa:ubuntu-toolchain-r/test
- apt-get update - apt-get update
- apt-get install gcc-snapshot - apt-get install gcc-snapshot
......
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