diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44e0217..d2f52f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,4 +24,4 @@ pylint: test: stage: test image: python:3-alpine - script: ./main.py + script: python main.py