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: ...@@ -5,6 +5,7 @@ variables:
python3-requests python3-requests
python3-tqdm python3-tqdm
python3-yaml python3-yaml
IMAGE: pureos/byzantium
.tags: &tags .tags: &tags
tags: tags:
...@@ -13,6 +14,7 @@ variables: ...@@ -13,6 +14,7 @@ variables:
build:deb: build:deb:
<<: *tags <<: *tags
stage: build stage: build
image: $IMAGE
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
- apt-get -y update - apt-get -y update
...@@ -28,6 +30,7 @@ build:deb: ...@@ -28,6 +30,7 @@ build:deb:
test:download:deb: test:download:deb:
<<: *tags <<: *tags
stage: test stage: test
image: $IMAGE
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
- apt-get -y update - apt-get -y update
...@@ -46,6 +49,7 @@ test:download:deb: ...@@ -46,6 +49,7 @@ test:download:deb:
test:download:pip: test:download:pip:
<<: *tags <<: *tags
stage: test stage: test
image: $IMAGE
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
- apt-get -y update - 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