diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22e29e6d85b119d58aac060c2e48cbf93f0be482..505ad39906eb0c17784219ce6b7d89f3ed976560 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,4 @@ install_dependencies: test_guru: stage: test - script: python3 guru -h + script: python3 guru.py -h