Skip to content
Snippets Groups Projects

gitlab-ci: Run jobs on the gcc:9 image.

Merged Ralph Giles requested to merge gitlab-gcc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@ default:
tags:
- docker
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc
image: gcc:9
whitespace:
stage: test
Loading