1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Build before testing!

This commit is contained in:
J. Fernando Sánchez 2018-06-15 09:54:42 +02:00
parent 1659285f0b
commit e4e1a74971

View File

@ -6,8 +6,8 @@
# improved performance.
stages:
- test
- build
- test
- push
- deploy
- clean
@ -15,11 +15,6 @@ stages:
before_script:
- make -e login
test:
stage: test
script:
- make -e test
build:
stage: build
script:
@ -28,6 +23,11 @@ build:
- master
- fix-makefiles
test:
stage: test
script:
- make -e test
push:
stage: push
script: