Skip to content
Snippets Groups Projects
Commit b5cd874a authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

gitlab-ci: Set an entrypoint for archlinux

parent 9bf4b6d2
No related branches found
No related tags found
No related merge requests found
Pipeline #8675 failed
......@@ -337,7 +337,10 @@ test:ubuntu-20.04:
test:archlinux:
extends: .test_template
image: archlinux:latest
image:
name: archlinux:latest
# The entrypoint is necessary to avoid the "shell not found" error
entrypoint: ["/usr/bin/bash", "-c"]
# Do not use the global before_script because it is only for Debian based
# distros
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment