diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fd3e21617518ceb79380095ea1b59ce7d31e092..9d771af7ae8b544fce111477d1da814d4f958061 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: omalaspinas/archlinux-pandoc:latest
+image: omalaspinas/pandoc:latest
 
 before_script:
    ##
diff --git a/Makefile b/Makefile
index f069b49f1b8531bb2cb89dcc3ccb98ac36f814e6..c30ea66ba152cd3802c0ddf66873377af6a11a8a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ HTMLOPTIONS += -t html5
 HTMLOPTIONS += -c css/styling.css
 HTMLOPTIONS += --self-contained
 
-all: base_1.pdf intro.pdf
+all: base_1.pdf intro.pdf index.html
 
 intro.pdf: intro.md *.theme
 	pandoc -t beamer -o $@ $<
@@ -24,6 +24,7 @@ index.html: index.md
 deploy: all
 	mkdir -p prog_seq_c_cours
 	cp *.pdf prog_seq_c_cours
+	cp index.html prog_seq_c_cours/
 
 clean:
-	rm -f *.pdf
+	rm -f *.pdf index.html