From 6c5385c5587b50431da7ee013d667acf6a2f988d Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Sun, 10 Dec 2017 01:05:19 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae098be..1240552 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,8 @@ livetest: # - ./tests/urlcheck_sinf.py deploy_staging: - image: archlinux + image: archlinux:base stage: deploy script: - - pacman -S ansible git + - pacman --noconfirm -S ansible git \ No newline at end of file -- GitLab