Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line test: script: - export DATABASE_URL=postgres://postgres:@postgres:5432/python-test-app - apt-get update -qy - apt-get install -y python-dev python-pip - pip install -r requirements.txt Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line test: script: - export DATABASE_URL=postgres://postgres:@postgres:5432/python-test-app - apt-get update -qy - apt-get install -y python-dev python-pip - pip install -r requirements.txt Loading