Skip to content
Snippets Groups Projects
Commit c5767f5d authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Switch ci to byzantium

parent 7dd73d51
No related branches found
No related tags found
1 merge request!202Switch ci to byzantium too and release
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment