summaryrefslogtreecommitdiff
path: root/.gitlab-ci/lava/lava-pytest.sh
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2022-12-11 17:46:41 +0100
committerMarge Bot <emma+marge@anholt.net>2023-03-01 12:02:24 +0000
commit4cc0cec473577824c4d83ffcf2ab0e97efb064cc (patch)
treee89e60f221fd6f0005674f71ebab6a6f0953512a /.gitlab-ci/lava/lava-pytest.sh
parent5bfc17b2dada45401f9e2d025063626bde5f7002 (diff)
downloadmesa-4cc0cec473577824c4d83ffcf2ab0e97efb064cc.tar.gz
ci: implement unified sections
in after_script, variable $SCRIPTS_DIR is lost Acked-by: Daniel Stone <daniels@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20272>
Diffstat (limited to '.gitlab-ci/lava/lava-pytest.sh')
-rwxr-xr-x.gitlab-ci/lava/lava-pytest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava/lava-pytest.sh b/.gitlab-ci/lava/lava-pytest.sh
index cb105385983..9ace8a05f1e 100755
--- a/.gitlab-ci/lava/lava-pytest.sh
+++ b/.gitlab-ci/lava/lava-pytest.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
#
# Copyright (C) 2022 Collabora Limited
# Author: Guilherme Gallo <guilherme.gallo@collabora.com>