From bb117d8c7d48259f5c6ae4ce121bf6e2000bb4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr> Date: Tue, 8 Nov 2022 10:27:15 +0000 Subject: [PATCH] ci: change docker image to have python3.X --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4aeb197..3930eed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ default: - image: qnib/pytest:latest + image: safesecurity/pytest:latest + +before_script: + - python --version + - pytest --version test: stage: test -- GitLab