diff options
author | Andy Wingo <wingo@igalia.com> | 2020-02-18 09:56:11 +0100 |
---|---|---|
committer | Andy Wingo <wingo@igalia.com> | 2020-02-18 09:56:11 +0100 |
commit | 763b1f87e769cbe617f30c9100fd61c81ef821e9 (patch) | |
tree | 8e4a20ada4f2f5c8dd0d5f172cd2c63c8fc1434c | |
parent | a96c0188f196acb46fdee3bd0c20575db6c945a9 (diff) | |
download | guile-763b1f87e769cbe617f30c9100fd61c81ef821e9.tar.gz |
Switch CI to use Debian stable
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43528960f..ff2bf03b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:testing +image: debian:stable before_script: - dpkg --add-architecture i386 |