From 968e53f2bd2397991e5ff6556dec69a98e488f5d Mon Sep 17 00:00:00 2001 From: mohamed menacer <mohamed.menacer@etu.univ-amu.fr> Date: Thu, 27 Feb 2025 11:39:28 +0100 Subject: [PATCH] 31 edition --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0113fa9..c981ef5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,11 @@ stages: build: stage: build + image: ubuntu:latest + before_script: + - apt-get update && apt-get install -y curl + - curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose + - chmod +x /usr/local/bin/docker-compose script: - docker-compose build only: -- GitLab