From e072158b1fe6d876f64888cf048540b3fad62af4 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 27 Oct 2022 17:30:03 +0200 Subject: [PATCH] WIP: Pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2febf142..52be41f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,7 @@ unittest_py3.8: - mv /etc/apt/sources.list /etc/apt/sources.list.orig - cat /etc/apt/sources.list.local /etc/apt/sources.list.orig > /etc/apt/sources.list - apt-get update && apt-get install -y tox + - cd ../.. - make unittest # Trigger building of server image and integration tests -- GitLab