diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f3c4508699089698aa50e298e1ec01a0d37292e..06e35d67a06ab7c54e9261e26c1f98de87bed024 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ before_script: + - apt-get update -qq && apt-get install -y wget - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2 - tar xjf cmucl-2016-09-x86-linux.tar.bz2 - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2