From 811494c8ed15c19b86de25616ab906ba9cd7bec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Bla=C3=9F?= <michael.blass@uni-hamburg.de> Date: Sat, 2 Mar 2019 13:18:12 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c0f887..afe7ab5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ build: image: python:latest - before: + before_scrpt: - pip install numpy script: - python setup.py build_ext -- GitLab