From c5767f5da784c50d3119c87e49b4b993eed539bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Fri, 22 Jan 2021 11:53:04 +0100 Subject: [PATCH] Switch ci to byzantium --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47b898e..4d46d05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ variables: python3-requests python3-tqdm python3-yaml + IMAGE: pureos/byzantium .tags: &tags tags: @@ -13,6 +14,7 @@ variables: build:deb: <<: *tags stage: build + image: $IMAGE before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get -y update @@ -28,6 +30,7 @@ build:deb: test:download:deb: <<: *tags stage: test + image: $IMAGE before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get -y update @@ -46,6 +49,7 @@ test:download:deb: test:download:pip: <<: *tags stage: test + image: $IMAGE before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get -y update -- GitLab