From e005e74b0517edc04fbba7c9f6970d1a0af3aefa Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 4 Oct 2024 12:09:10 +0200 Subject: [PATCH] update container in ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9d8755..239526d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: rboman/waves-py3:2020.3 + image: rboman/waves-py3:2022.0 before_script: # Instal pip - wget -q https://bootstrap.pypa.io/get-pip.py -- GitLab