Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to switch the docker image we use for the pip job
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 8 Jan 2022 15:39:26 +0000 (16:39 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 8 Jan 2022 15:39:26 +0000 (16:39 +0100)
.gitlab-ci.yml

index 1b9037d..cb45b58 100644 (file)
@@ -55,7 +55,7 @@ release:
 
 pip:
   image:
-    name: debian:testing
+    name: python:3-bullseye
     entrypoint: ['/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]
   stage: build
   except: