Skip to content
Snippets Groups Projects

Change ci image to ubuntu

Closed Pawel Stankiewicz requested to merge (removed):main into main
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -4,7 +4,7 @@ default:
stages:
- build
image: gcc
image: ubuntu:22.04
build:
stage: build
Loading