Update .gitlab-ci.yml

This commit is contained in:
Christoph Stahl 2022-01-29 22:47:56 +00:00
parent 9a2b4c7582
commit 105d18be38

View file

@ -12,7 +12,7 @@
# Stages run in sequential order, but jobs within stages run in parallel.
#
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
image: docker:latest
stages: # List of stages for jobs, and their order of execution
- build