From 75d168435a48b9559c0f80d17d961dff1e3c310d Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 10:07:32 -0400 Subject: [PATCH] Update docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 365de6c..a201c99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ debian: stage: test - image: "debian/stable" + image: debian:stable script: - bash tests/run.sh run