Update .gitlab-ci.yml

This commit is contained in:
Christian Pauly 2020-10-06 14:46:04 +00:00
parent a9413562fc
commit fa39b206e2
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ pages:
build_linux: build_linux:
stage: coverage stage: coverage
image:: registry.gitlab.com/famedly/containers/flutter-dockerimages:dev image: registry.gitlab.com/famedly/containers/flutter-dockerimages:dev
dependencies: [] dependencies: []
script: script:
- flutter config --enable-linux-desktop - flutter config --enable-linux-desktop
@ -212,4 +212,4 @@ snap:publish:
paths: paths:
- './*.snap' - './*.snap'
when: on_success when: on_success
expire_in: 1 week expire_in: 1 week