From 22f9ee5771e3c3f93673826215914d8f041ec70e Mon Sep 17 00:00:00 2001 From: Michal Simon Date: Tue, 7 May 2019 17:15:36 +0200 Subject: [PATCH] [CI] remove ubuntu artful, part 3. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5e53604872..f3dc03726c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -542,7 +542,7 @@ publish:debian: image: ubuntu:bionic script: - apt-get update - - apt-get install -y sudo apt-utils sssd + - apt-get install -y sudo apt-utils sssd gpg - mkdir /home/stci - chown -R stci:def-cg /home/stci - chmod -R 700 /home/stci @@ -589,7 +589,7 @@ publish:debian:release: image: ubuntu:bionic script: - apt-get update - - apt-get install -y sudo apt-utils sssd + - apt-get install -y sudo apt-utils sssd gpg - mkdir /home/stci - chown -R stci:def-cg /home/stci - chmod -R 700 /home/stci