diff --git a/.gitpod.yml b/.gitpod.yml
index 466fa20..ab86ba7 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,6 +1,5 @@
 tasks:
-    - before: export PATH="/usr/local/cargo/bin:$PATH"
-    - init: ./install.sh
+    - init: export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
     - command: ~/.cargo/bin/rustlings watch
 image:
     file: .gitpod.Dockerfile