adjust CI to new inputs

This commit is contained in:
Michael Jerger 2023-05-20 11:48:49 +02:00
parent 6dfc6a5a94
commit 550f220759

View file

@ -4,6 +4,9 @@ before_script:
- python --version
- python -m pip install --upgrade pip
- pip install -r requirements.txt
- export IMAGE_TAG=$CI_IMAGE_TAG
- export IMAGE_DOCKERHUB_USER=&DOCKERHUB_USER
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
stages:
- lint&test