From c1ca1472e1b287970e7b80517f091d8367a23173 Mon Sep 17 00:00:00 2001 From: Daniel Kosc <da741kos@htwg-konstanz.de> Date: Sun, 6 Jun 2021 17:07:28 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf0ec3c..54983d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,8 @@ build: stage: build script: - python3 setup.py bdist_wheel + - pwd + - ls -la only: - branches - tags -- GitLab