From 61025a05ec1b1d9b0b2cc2b7b3e36a03306662cb Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Sun, 10 Dec 2017 01:09:35 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1240552..1236ead 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ livetest: # - ./tests/urlcheck_sinf.py deploy_staging: - image: archlinux:base + image: archlinux/base stage: deploy script: - pacman --noconfirm -S ansible git -- GitLab