Skip to content
Snippets Groups Projects
Commit 63e16c4c authored by Nikos Mavrogiannopoulos's avatar Nikos Mavrogiannopoulos
Browse files

.gitlab-ci.yml: updated the tag

parent 2cda8035
No related branches found
No related tags found
No related merge requests found
Pipeline #1442879471 passed
......@@ -4,6 +4,8 @@ stages:
.fedora.latest.template: &fedora_template
image: fedora:38
tags:
- saas-linux-small-amd64
before_script:
#in F34 rubygem-ronn got replaced by rubygem-ronn-ng
- dnf install -y GeoIP-devel libmaxminddb-devel make meson ninja-build gcc libasan geolite2-{city,country} rubygem-ronn
......@@ -73,8 +75,6 @@ pages-test:
- ninja -C build test
- ninja -C build coverage-html && mv build/meson-logs/coveragereport public
- tests/run-coverage.sh
tags:
- shared
except:
- master
......@@ -88,8 +88,6 @@ pages:
- ninja -C build test
- ninja -C build coverage-html && mv build/meson-logs/coveragereport public
- tests/run-coverage.sh
tags:
- shared
coverage: '/coverage lines: \d+\.\d+/'
artifacts:
when: on_success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment