Expand scope of coverage_dungeon.py
[open-adventure.git] / .gitlab-ci.yml
index 481ab91f1201c601f0946899c9abb69a25fd722d..b1e9653731eba7d43e0fbd9685d28055d4df6a9a 100644 (file)
@@ -10,7 +10,7 @@ binary:debug:
   stage: build
   before_script:
     - apk update
-    - apk add make gcc musl-dev python libedit-dev
+    - apk add make gcc musl-dev python py2-pip libedit-dev
     - pip install PyYAML
   script:
     - make debug
@@ -29,7 +29,7 @@ binary:release:
   stage: build
   before_script:
     - apk update
-    - apk add make gcc musl-dev python libedit-dev
+    - apk add make gcc musl-dev python py2-pip libedit-dev
     - pip install PyYAML
   script:
     - make advent cheat
@@ -81,7 +81,7 @@ test:debug:
   stage: test
   before_script:
     - apk update
-    - apk add make gcc python libedit-dev
+    - apk add make gcc python py2-pip libedit-dev
     - pip install PyYAML
     - apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
   script: