From 2fd891de756667f3dbefea93e213dbb83211136f Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 19 Sep 2022 23:55:17 +0200 Subject: [PATCH] converter cli + tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50e1a42..d2a0808 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.9-buster +image: ubuntu:latest # fuck this shit. stages: - test -- GitLab