diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15fb138c..f9fde42e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,8 @@ py38-django22: stage: test image: ubuntu:20.04 before_script: + # Fix tzdata prompt + - ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone - > apt-get update && apt-get install -y python3-django python3-django-crispy-forms