diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51be0a3..e596997 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,5 @@ image: python:3-alpine build: stage: build script: - - pwd - - ls - pip install --no-cache-dir -r src/requirements.txt - python ./src/main.py --debug