From 39cee463d616204a8d208c092dc53cf1b12933c3 Mon Sep 17 00:00:00 2001 From: Mikhail Smirnov <mik.smirnov@fau.de> Date: Mon, 23 Jan 2023 13:46:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3ea675..646b494 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,5 @@ before_script: test-python3.8: script: - - python ./tests/test_general.py test + - python /tests/test_general.py test -- GitLab