From c66704b7ed6f5f18e1b8c0df61ed961952113c94 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 26 Apr 2024 13:10:14 +0200 Subject: [PATCH] Use test/ci.sh for the CI pipeline --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 920a3a8..a04af2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,6 @@ build:ci: tags: - nix script: - - env - - rm -rf bench6-master - - git clone --depth=1 https://pm.bsc.es/gitlab/rarias/bench6.git bench6-master - - cd bench6-master - - git rev-parse HEAD - - cd .. - - git rev-parse HEAD - - nix shell '.#bench6' 'jungle#bigotes' --command sh -c "test/run.sh" + - test/ci.sh rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event'