Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CI: debian:testing now needs an entry point too
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 Dec 2021 10:50:07 +0000 (11:50 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 Dec 2021 10:50:14 +0000 (11:50 +0100)
.gitlab-ci.yml

index adc351c..c450cbe 100644 (file)
@@ -54,7 +54,9 @@ release:
     - simgrid-*.tar.gz
 
 pip:
-  image: debian:testing
+  image:
+    name: debian:testing
+    entrypoint: ['/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]
   stage: build
   except:
   - stable