diff --git a/.gitpod.yml b/.gitpod.yml
index 871a3f8..51ca6cc 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,5 +1,6 @@
 tasks:
-    - init: [ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh
+    - init: ./install.sh
+    - command: ~/.cargo/bin/rustlings watch
 image:
     file: .gitpod.Dockerfile