[CI] try to make running docker on CI

This commit is contained in:
Sylvain LE GAL 2022-04-09 21:17:17 +02:00
parent 69d4beb174
commit f6ad610907

View File

@ -22,6 +22,10 @@ install_tools:
- poetry install -v
- echo $PATH
- echo $PYTHONPATH
- apt-get update
- apt-get install docker-ce docker-ce-cli containerd.io
# - sudo apt-get install ca-certificates curl gnupg lsb-release
# - curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
black:
stage: linting