From fb97af91a8c7bd1f83f0a67d14ae0c8e4c18c643 Mon Sep 17 00:00:00 2001
From: Lennart Kramer <lennart.kramer@stud.uni-goettingen.de>
Date: Fri, 12 Jun 2020 16:18:16 +0200
Subject: [PATCH] add PATH

---
 testimage.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testimage.sh b/testimage.sh
index 65b900a..a579393 100644
--- a/testimage.sh
+++ b/testimage.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+export PATH="/ci/bin:/ci/vendor/bin:$PATH"
 git clone --branch "$QSTACK_VERSION" https://github.com/maths/moodle-qtype_stack
 moodle-plugin-ci add-plugin maths/moodle-qbehaviour_dfexplicitvaildate
 moodle-plugin-ci add-plugin maths/moodle-qbehaviour_dfcbmexplicitvaildate
-- 
GitLab