From 3da26f33f45d2eb4f0cee2e26d0f8f887a93f4b5 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Fri, 2 Sep 2022 10:00:25 +0200 Subject: [PATCH] feat: add python image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 706cb53..d62f893 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ stages: system-info: stage: test - image: ubuntu:latest + image: python:3 script: - | [[ -n "$CI_DEBUG" ]] && set -x -- GitLab