Fix gitlab CI image specification

This commit is contained in:
jaseg 2020-11-18 13:30:04 +01:00
parent 0dd90dd146
commit 04f46bfc5b

View file

@ -4,7 +4,7 @@ stages:
on-schedule:
stage: build
image: python3
image: python:3
only:
- schedules
script:
@ -12,7 +12,7 @@ on-schedule:
release:
stage: release
image: python3
image: python:3
script:
- pip3 install gitlab-release
- gitlab-release --zip "release-${CI_COMMIT_TAG}.zip" *