Skip to content
Snippets Groups Projects
Commit 2c0e89ad authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Update .gitlab-ci.yml file

parent 2bbc4561
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,7 @@ stages: ...@@ -9,9 +9,7 @@ stages:
# Ubuntu22.04 STAGE # Ubuntu22.04 STAGE
test:ubuntu22.04: test:ubuntu22.04:
stage: test stage: test
image: image: ubuntu:22.04
name: ubuntu:22.04
entrypoint: [ '/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]
before_script: before_script:
- echo "Running ubuntu22.04 'before_script'..." - echo "Running ubuntu22.04 'before_script'..."
- apt-get update -y - apt-get update -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment