Update .gitlab-ci.yml
This commit is contained in:
parent
40084e588c
commit
bfb493150d
@ -3,7 +3,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
#running the bash script in test
|
#running the bash script in test
|
||||||
|
|
||||||
build_python_deps:
|
build_and_push:
|
||||||
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
|
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
@ -20,7 +20,7 @@ build_python_deps:
|
|||||||
- master
|
- master
|
||||||
- daven/*
|
- daven/*
|
||||||
|
|
||||||
build_python_deps:
|
tests:
|
||||||
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
|
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
|
||||||
stage: test
|
stage: test
|
||||||
variables:
|
variables:
|
||||||
@ -33,5 +33,8 @@ build_python_deps:
|
|||||||
- master
|
- master
|
||||||
- daven/*
|
- daven/*
|
||||||
|
|
||||||
|
# rules:
|
||||||
|
# - if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user