Index: .gitlab-ci.yml
===================================================================
--- .gitlab-ci.yml	(revision 2a9faed4b0de06c7b4133ed6767d69e61138b9d7)
+++ .gitlab-ci.yml	(revision a81ab767bc1dcba62784eea2f12871f1b26293ff)
@@ -1,3 +1,8 @@
 image: python:latest
+
+workflow:
+  rules:
+    - if: $CI_COMMIT_BRANCH
+
 pages:
   stage: deploy
@@ -21,2 +26,4 @@
     reports:
       junit: tests/report.xml
+  rules:
+    - if: $CI_COMMIT_BRANCH == "guix"
