Browse Source

fix the hardcoded image in the ci config

technical/upgrade-exoplayer
Micha Gläß-Stöcker 2 years ago
parent
commit
1ec04d0841
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
image: dev.funkwhale.audio:5050/funkwhale/funkwhale-android:latest
image: $CI_REGISTRY/funkwhale/funkwhale-android:latest
variables:
COBERTURA_REPORT: '$CI_PROJECT_DIR/app/build/reports/cobertura.xml'

Loading…
Cancel
Save