diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47b898e05849d02938f86e2660dbd471e85f8270..4d46d05eb56393598c17527276aa68b3edf56d1a 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