Update .gitlab-ci.yml
This commit is contained in:
parent
81460081b2
commit
b91cf07449
|
@ -8,6 +8,8 @@ compile_pdf:
|
||||||
|
|
||||||
data_processing:
|
data_processing:
|
||||||
image: python_datascience
|
image: python_datascience
|
||||||
|
variables:
|
||||||
|
MPLBACKEND: agg
|
||||||
script:
|
script:
|
||||||
- cd data && python3 processing.py
|
- cd data && python3 processing.py
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue