Loading .gitlab-ci.yml +0 −5 Original line number Diff line number Diff line image: python:3.12 stages: - build - test before_script: - pip3 install -r requirements.txt build: stage: build script: - python3 app.py test: stage: test script: Loading Loading
.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line image: python:3.12 stages: - build - test before_script: - pip3 install -r requirements.txt build: stage: build script: - python3 app.py test: stage: test script: Loading