diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38107c4d6..66a04db7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,8 @@ stages: before_script: - uname -a -image: debian:stable + - echo "WARNING: Debian:stable unstable, reverting to Debian 8..." +image: debian:jessie variables: GET_SOURCES_ATTEMPTS: "5" |