We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aea374 commit 2a8056cCopy full SHA for 2a8056c
1 file changed
.gitlab-ci.yml
@@ -3,7 +3,7 @@ include:
3
4
5
services:
6
- - postgres
+ - postgres:13
7
8
variables:
9
POSTGRES_DB: molformula
@@ -27,6 +27,9 @@ test-source:
27
- k8s
28
- rzr
29
- codebuilds
30
+ before_script:
31
+ - apt-get update && apt-get install -y wait-for-it
32
+ - wait-for-it -t 20 postgres:5432
33
script:
34
- python3 -V # Print out python version for debugging
35
- python3 -m pip install --upgrade pip
0 commit comments