From 2c0e89adc7c4e80e182a509878c94abfb8321ae5 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Wed, 3 Jul 2024 17:25:03 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01b4d997f..222fa5a8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,7 @@ stages: # Ubuntu22.04 STAGE test:ubuntu22.04: stage: test - image: - name: ubuntu:22.04 - entrypoint: [ '/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ] + image: ubuntu:22.04 before_script: - echo "Running ubuntu22.04 'before_script'..." - apt-get update -y -- GitLab