From 5eb4eaaaea41c93f3d37ef64568b076f3a6348c1 Mon Sep 17 00:00:00 2001 From: "Hock, Martin" <martin.hock@fst.tu-darmstadt.de> Date: Fri, 13 May 2022 15:53:14 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82e9968..54d4471 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,8 +36,9 @@ test: script: #- python setup.py test - pip install flake8 # you can also use tox - - ls - - flake8 + - pwd + - ls -lh + - flake8 ./trial_json.py run: tags: -- GitLab