From b4e28f6f21b13405d87903d86f87ca0e11204f1a Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Thu, 12 Jun 2025 18:26:53 +0200 Subject: [PATCH] Updates CI --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 003a906..96ec795 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,12 +9,12 @@ job-build-counters: - ./configure.sh -u counters - make -job-build-prometeus: +job-build-prometheus: stage: build-option script: - apk add make gcc musl-dev libmicrohttpd-dev - ./configure.sh -u load - - make mojitos_prometeus + - make mojitos_prometheus job-build-load: stage: build-option @@ -54,12 +54,12 @@ job-build: - ./configure.sh - make -job-build-prometeus: +job-build-prometheus: stage: build script: - apk add make gcc musl-dev linux-headers libmicrohttpd-dev - ./configure.sh - - make mojitos_prometeus + - make mojitos_prometheus job-build-clang: stage: build -- GitLab