Update .gitlab-ci.yml file

This commit is contained in:
Pascal Serrarens 2023-12-30 12:56:04 +00:00
parent dc58f0a473
commit f196ebadea

View File

@ -8,6 +8,8 @@
# Specify the docker image to use (only used if using docker runners)
# See http://doc.gitlab.com/ee/ci/docker/using_docker_images.html)
default:
image: rikorose/gcc-cmake
stages:
- test
unit-test-job: