From eb71c26a85bc47844969f3a60f58db086758151a Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Mon, 24 Sep 2018 19:32:47 +0200
Subject: [PATCH] Try to fix archlinux' version

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd64b42..f15006c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ tests:fedora:
   - python3 setup.py test
 
 tests:archlinux:
-  image: archlinux/base
+  image: archlinux/base:2018.09.01
   stage: test
   script:
   - pacman -Sy --noconfirm python-mutagen python-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 python-cairo perl-image-exiftool python-setuptools mailcap
-- 
GitLab